Skip to content

Commit

Permalink
fix(gh-actions): depend on the right workflow (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Jul 15, 2024
1 parent 35acda3 commit 2035aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
check-release:
runs-on: ubuntu-latest
needs:
- publish-multi-arch-image
- release
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2035aab

Please sign in to comment.