From 23698b326f74473d68469ea4728337c07be95043 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Sat, 30 Sep 2023 14:09:09 -0400 Subject: [PATCH] Fix docker image reference --- .github/actions/export-dsn/action.yaml | 4 ++-- .github/actions/kibot/action.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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