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:
Carlos Rodríguez Hernández
2022-11-18 23:08:22 +01:00
committed by GitHub
parent b150987fee
commit e826421a2d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+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.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