Skip to content

Commit b76feb6

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)