mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
[bitnami/*] Add individual VIB pipelines and ARM support (#5477)
Signed-off-by: FraPazGal <fdepaz@vmware.com> Signed-off-by: FraPazGal <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
518f95441d
commit
5ce5346555
8
.github/workflows/cd-pipeline.yaml
vendored
8
.github/workflows/cd-pipeline.yaml
vendored
@@ -90,13 +90,13 @@ jobs:
|
||||
name: 'Publish ${{ steps.get-container-metadata.outputs.name }}: ${{ steps.get-container-metadata.outputs.tag }}'
|
||||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
pipeline: vib-publish.json
|
||||
pipeline: ${{ steps.get-container-metadata.outputs.name }}/vib-publish.json
|
||||
env:
|
||||
# Path with docker resources
|
||||
VIB_ENV_PATH: ${{ matrix.container }}
|
||||
# Container name
|
||||
VIB_ENV_CONTAINER: ${{ steps.get-container-metadata.outputs.name }}
|
||||
VIB_ENV_TAG: ${{ steps.get-container-metadata.outputs.tag }}
|
||||
VIB_ENV_REGISTRY_URL: ${{ secrets.OCI_REGISTRY_URL }}
|
||||
VIB_ENV_REGISTRY_USERNAME: ${{ secrets.OCI_REGISTRY_USERNAME }}
|
||||
VIB_ENV_REGISTRY_PASSWORD: ${{ secrets.OCI_REGISTRY_PASSWORD }}
|
||||
VIB_ENV_REGISTRY_URL: ${{ secrets.STAGING_MARKETPLACE_REGISTRY_URL }}
|
||||
VIB_ENV_REGISTRY_USERNAME: ${{ secrets.STAGING_MARKETPLACE_USER }}
|
||||
VIB_ENV_REGISTRY_PASSWORD: ${{ secrets.STAGING_MARKETPLACE_PASSWORD }}
|
||||
|
||||
2
.github/workflows/ci-pipeline.yaml
vendored
2
.github/workflows/ci-pipeline.yaml
vendored
@@ -117,7 +117,7 @@ jobs:
|
||||
name: Verify
|
||||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
pipeline: vib-verify.json
|
||||
pipeline: ${{ steps.get-container-metadata.outputs.name }}/vib-verify.json
|
||||
env:
|
||||
# Path with docker resources
|
||||
VIB_ENV_PATH: ${{ matrix.container }}
|
||||
|
||||
Reference in New Issue
Block a user