Skip to content

Commit

Permalink
Switch to the latest Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Nov 14, 2024
1 parent 6a715b4 commit 7b9c019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/autoroute/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'docker://ceoloide/ergogen:2.0.1'
image: 'docker://ceoloide/ergogen-freerouting:latest'
entrypoint: '/bin/sh'
args:
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plates="backplate frontplate controller_overlay"

# Define the KiCad Auto Docker image to use
kicad_auto_image="ghcr.io/inti-cmnb/kicad8_auto:latest"
freerouting_cli_image="ceoloide/ergogen:2.0.1"
freerouting_cli_image="ceoloide/ergogen-freerouting:latest"

# Preserve manually routed files
if [ -e pcbs/*_manually_routed.kicad_pcb ]; then
Expand Down
2 changes: 1 addition & 1 deletion rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ container_args="-w /board -v $(pwd):/board --rm"
# Define the boards to autoroute and export, and the plates
boards="corney_island corney_island_wireless"
kicad_auto_image="ghcr.io/inti-cmnb/kicad8_auto:latest"
freerouting_cli_image="ceoloide/ergogen:2.0.1"
freerouting_cli_image="ceoloide/ergogen-freerouting:latest"

# Cleanup Freerouting log outpus
if [ -e freerouting/freerouting.log ]; then
Expand Down

0 comments on commit 7b9c019

Please sign in to comment.