Change 'verify' name step to ensure github waits for the right action
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
parent
882ae0b590
commit
b2e5480e19
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
tag="$(git log --pretty=tformat:"%s" -n 1 --grep=" release$" --author bitnami-bot@vmware.com --author containers@bitnami.com --author containers-bot@bitnami.com -- ${{ matrix.flavor }} | awk '{print $1}')"
|
||||
echo "::set-output name=tag::${tag}"
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
name: Verify ${{ needs.get-container.outputs.container }}
|
||||
name: Verify
|
||||
with:
|
||||
pipeline: vib-verify.json
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue