Skip to content

Commit

Permalink
Fix docker image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Sep 30, 2023
1 parent 9468c39 commit 23698b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/export-dsn/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/kibot/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23698b3

Please sign in to comment.