ops(release): stop release flow if no release created
This commit is contained in:
parent
9a113f305e
commit
7c41b463f9
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
create_docker:
|
||||
name: Create Docker Image
|
||||
needs: create_release
|
||||
if: ${{ needs.create_release.outputs.success == 'true' }}
|
||||
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
|
||||
with:
|
||||
release: ${{ needs.create_release.outputs.release_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user