ci: fix bin-image workflow

Looks like zizmor messed this one up as well in b588d1a594

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-04-04 18:27:42 +02:00
parent bd36cc8a6f
commit 70043cd439

View File

@@ -32,7 +32,7 @@ jobs:
build:
if: ${{ !failure() && !cancelled() && (github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'ci/validate-only')) }}
uses: docker/github-builder@70313223e2665c3211b454b3fea6534624e78d64 # v1.4.0
uses: docker/github-builder/.github/workflows/bake.yml@70313223e2665c3211b454b3fea6534624e78d64 # v1.4.0
needs:
- validate-dco
permissions: