Use 0.4.10 as pinned version for vib action (#13455)

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-10 11:34:27 +01:00
committed by GitHub
parent 13683d0954
commit 71d09214ca
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,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.7
- uses: vmware-labs/vmware-image-builder-action@0.4.10
name: Verify and publish ${{ needs.get-chart.outputs.chart }}
with:
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-publish.json
@@ -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.7
- uses: vmware-labs/vmware-image-builder-action@0.4.10
with:
pipeline: thanos/bucketweb/vib-verify.json
env:
+1 -1
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.7
- uses: vmware-labs/vmware-image-builder-action@0.4.10
name: Verify ${{ needs.get-chart.outputs.chart }}
with:
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json