Skip to content

Commit 60f09d2

Browse files
committed
ci: fix missing dependency on bin-image job
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 9dc7f1e commit 60f09d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484

8585
bin-image:
8686
uses: docker/github-builder/.github/workflows/bake.yml@v1
87+
needs:
88+
- bin-image-prepare
8789
permissions:
8890
contents: read # same as global permission
8991
id-token: write # for signing attestation(s) with GitHub OIDC Token

0 commit comments

Comments
 (0)