Skip to content

Commit 727d628

Browse files
committed
add missing docker://
1 parent 55cc10a commit 727d628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
required: false
1717
runs:
1818
using: 'docker'
19-
image: 'ghcr.io/linalinn/kicad-render:nightly'
19+
image: 'docker://ghcr.io/linalinn/kicad-render:nightly'
2020
args:
2121
- if [ -n "$INPUT_ANIMATION") ]; then render-pcb.sh -f $INPUT_PCB_FILE -o $INPUT_OUTPUT_PATH -b INPUT_BACKGROUND -a $INPUT_ANIMATION else render-pcb.sh -f $INPUT_PCB_FILE -o $INPUT_OUTPUT_PATH -b INPUT_BACKGROUND if
2222

0 commit comments

Comments
 (0)