Fix docker image reference

This commit is contained in:
Marco Massarelli 2023-09-30 14:09:09 -04:00
parent 9468c39007
commit 23698b326f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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