Skip to content

Commit 666996b

Browse files
crazy-maxglours
authored andcommitted
ci: use local source for binary builds
Signed-off-by: CrazyMax <[email protected]>
1 parent 083f676 commit 666996b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
matrix:
7272
platform: ${{ fromJson(needs.prepare.outputs.matrix) }}
7373
steps:
74+
-
75+
name: Checkout
76+
uses: actions/checkout@v4
7477
-
7578
name: Prepare
7679
run: |
@@ -86,6 +89,7 @@ jobs:
8689
name: Build
8790
uses: docker/bake-action@v6
8891
with:
92+
source: .
8993
targets: release
9094
set: |
9195
*.platform=${{ matrix.platform }}

0 commit comments

Comments
 (0)