diff --git a/.github/actions/export-dsn/action.yaml b/.github/actions/export-dsn/action.yaml index 23b6071..91ddf23 100644 --- a/.github/actions/export-dsn/action.yaml +++ b/.github/actions/export-dsn/action.yaml @@ -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 diff --git a/.github/actions/kibot/action.yaml b/.github/actions/kibot/action.yaml index c41ac82..8eec905 100644 --- a/.github/actions/kibot/action.yaml +++ b/.github/actions/kibot/action.yaml @@ -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