Use 0.4.11 as pinned version for vib action (#13490)

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:
Carlos Rodríguez Hernández
2022-11-12 08:00:41 +01:00
committed by GitHub
parent 93eb750be1
commit 2d6ecc39a1
3 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ jobs:
verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)"
fi
echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT
- uses: vmware-labs/vmware-image-builder-action@0.4.10
- uses: vmware-labs/vmware-image-builder-action@0.4.11
name: Verify and publish ${{ needs.get-chart.outputs.chart }}
with:
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-publish.json

View File

@@ -29,7 +29,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: vmware-labs/vmware-image-builder-action@0.4.10
- uses: vmware-labs/vmware-image-builder-action@0.4.11
with:
pipeline: thanos/bucketweb/vib-verify.json
env:

View File

@@ -117,7 +117,7 @@ jobs:
verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)"
fi
echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT
- uses: vmware-labs/vmware-image-builder-action@0.4.10
- uses: vmware-labs/vmware-image-builder-action@0.4.11
name: Verify ${{ needs.get-chart.outputs.chart }}
with:
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json