mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
Use main instead of a pinned version for VIB action (#14203)
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
cd065517c4
commit
8573bf98c6
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.11
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
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.11
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
name: Verify
|
||||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user