Skip to content

Commit

Permalink
Make release besu workflow depend on docker workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Apr 24, 2024
1 parent dc9aa24 commit 46709d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: release besu
on:
workflow_run:
workflows: ["docker"]
types:
- completed
release:
types: [released]
env:
registry: docker.io
jobs:
dockerPromoteX64:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down

0 comments on commit 46709d2

Please sign in to comment.