Skip to content

Commit a40edbb

Browse files
committed
ci: fix bin-image job
Signed-off-by: CrazyMax <[email protected]>
1 parent 2eaea64 commit a40edbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ jobs:
423423
haskell: true
424424
large-packages: true
425425
swap-storage: true
426+
-
427+
name: Checkout
428+
uses: actions/checkout@v4
426429
-
427430
name: Set up QEMU
428431
uses: docker/setup-qemu-action@v3
@@ -456,9 +459,10 @@ jobs:
456459
name: Build and push image
457460
uses: docker/bake-action@v6
458461
with:
462+
source: .
459463
files: |
460464
./docker-bake.hcl
461-
cwd://${{ steps.meta.outputs.bake-file }}
465+
${{ steps.meta.outputs.bake-file }}
462466
targets: image-cross
463467
push: ${{ github.event_name != 'pull_request' }}
464468
sbom: true

0 commit comments

Comments
 (0)