Stop release flow if no new release
This commit is contained in:
parent
69f5dfaf20
commit
4bd87538dd
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