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