Fix docker image reference
This commit is contained in:
parent
9468c39007
commit
23698b326f
|
|
@ -6,8 +6,8 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/inti-cmnb/kicad7_auto@latest'
|
image: 'docker://ghcr.io/inti-cmnb/kicad7_auto:latest'
|
||||||
entrypoint: '/bin/sh'
|
entrypoint: '/bin/bash'
|
||||||
args:
|
args:
|
||||||
- '-c'
|
- '-c'
|
||||||
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
|
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/inti-cmnb/kicad7_auto@latest'
|
image: 'docker://ghcr.io/inti-cmnb/kicad7_auto:latest'
|
||||||
entrypoint: '/bin/sh'
|
entrypoint: '/bin/bash'
|
||||||
args:
|
args:
|
||||||
- '-c'
|
- '-c'
|
||||||
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
|
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue