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

View File

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