From 7b9c0190a57dd91c4656875a663e6ad0c1b2ebe5 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Thu, 14 Nov 2024 10:55:56 -0500 Subject: [PATCH] Switch to the latest Docker image --- .github/actions/autoroute/action.yaml | 2 +- build.sh | 2 +- rebuild.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/autoroute/action.yaml b/.github/actions/autoroute/action.yaml index 3075925..cc764ee 100644 --- a/.github/actions/autoroute/action.yaml +++ b/.github/actions/autoroute/action.yaml @@ -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' diff --git a/build.sh b/build.sh index 4c357c2..d67926f 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/rebuild.sh b/rebuild.sh index de327fb..791930b 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -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