Skip to content

Commit

Permalink
CI: fix publish manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Aug 23, 2023
1 parent 40367a2 commit 5113e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
./gradlew --no-daemon dockerUpload
publishManifest:
needs: ubuntu-latest
needs: [ publishDocker, publishDockerArm64 ]
if: github.event_name == 'push'
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 5113e7e

Please sign in to comment.