mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
Use main instead of a pinned version for VIB action (#13594)
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:
@@ -171,7 +171,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.11
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
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.11
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: thanos/bucketweb/vib-verify.json
|
||||
env:
|
||||
|
||||
@@ -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.11
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
name: Verify ${{ needs.get-chart.outputs.chart }}
|
||||
with:
|
||||
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json
|
||||
|
||||
Reference in New Issue
Block a user