ci: fix missing dependency on bin-image job

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2026-02-03 14:29:27 +01:00 committed by Guillaume Lours
parent 9dc7f1e70c
commit b76feb66e1

View file

@ -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