Skip to content

Commit 4dccecf

Browse files
committed
fix build args
1 parent e293744 commit 4dccecf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/kicad-nightly.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
with:
4040
context: .
4141
file: ./Dockerfile
42-
build-args: |
43-
KICAD_PPA=kicad-dev-nightly
44-
KICAD_PACKAGE=kicad-nightly
45-
VERSION=${{ github.sha }}
42+
build-args:
43+
- "KICAD_PPA=kicad-dev-nightly"
44+
- "KICAD_PACKAGE=kicad-nightly"
45+
- "VERSION=${{ github.sha }}"
4646
cache-to: "type=registry,ref=ghcr.io/linalinn/kicad-render:cache-${{ github.ref_name }}"
4747
cache-from: "type=registry,ref=ghcr.io/linalinn/kicad-render:cache-${{ github.ref_name }}"
4848
load: true

0 commit comments

Comments
 (0)