mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
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:
committed by
GitHub
parent
93eb750be1
commit
2d6ecc39a1
2
.github/workflows/cd-pipeline.yml
vendored
2
.github/workflows/cd-pipeline.yml
vendored
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user