We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e293744 commit 4dccecfCopy full SHA for 4dccecf
.github/workflows/kicad-nightly.yaml
@@ -39,10 +39,10 @@ jobs:
39
with:
40
context: .
41
file: ./Dockerfile
42
- build-args: |
43
- KICAD_PPA=kicad-dev-nightly
44
- KICAD_PACKAGE=kicad-nightly
45
- VERSION=${{ github.sha }}
+ build-args:
+ - "KICAD_PPA=kicad-dev-nightly"
+ - "KICAD_PACKAGE=kicad-nightly"
+ - "VERSION=${{ github.sha }}"
46
cache-to: "type=registry,ref=ghcr.io/linalinn/kicad-render:cache-${{ github.ref_name }}"
47
cache-from: "type=registry,ref=ghcr.io/linalinn/kicad-render:cache-${{ github.ref_name }}"
48
load: true
0 commit comments