mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
ci: fix missing dependency on bin-image job
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9dc7f1e70c
commit
b76feb66e1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
|
@ -84,6 +84,8 @@ jobs:
|
|||
|
||||
bin-image:
|
||||
uses: docker/github-builder/.github/workflows/bake.yml@v1
|
||||
needs:
|
||||
- bin-image-prepare
|
||||
permissions:
|
||||
contents: read # same as global permission
|
||||
id-token: write # for signing attestation(s) with GitHub OIDC Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue