mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 19:47:15 +08:00
Use 0.4.11 as pinned version for vib action (#13457)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
5352fede72
commit
6d14909453
2
.github/workflows/cd-pipeline.yml
vendored
2
.github/workflows/cd-pipeline.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
dsl_path="${dsl_path}/${{ steps.get-container-metadata.outputs.branch }}"
|
||||
fi
|
||||
echo "dsl_path=${dsl_path}" >> $GITHUB_OUTPUT
|
||||
- uses: vmware-labs/vmware-image-builder-action@0.4.10
|
||||
- uses: vmware-labs/vmware-image-builder-action@0.4.11
|
||||
name: 'Publish ${{ steps.get-container-metadata.outputs.name }}: ${{ steps.get-container-metadata.outputs.tag }}'
|
||||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
# Container folder doesn't exists we are assuming a deprecation
|
||||
echo "result=skip" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- uses: vmware-labs/vmware-image-builder-action@0.4.10
|
||||
- uses: vmware-labs/vmware-image-builder-action@0.4.11
|
||||
name: Verify
|
||||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user