Skip to content

Commit 45ae93d

Browse files
authored
Temporarily use snapshot image
1 parent 5759998 commit 45ae93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/autoroute/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: true
77
runs:
88
using: 'docker'
9-
image: 'docker://ceoloide/ergogen-freerouting:latest'
9+
image: 'docker://ceoloide/ergogen-freerouting:snapshot'
1010
entrypoint: '/bin/sh'
1111
args:
1212
- '-c'
@@ -22,4 +22,4 @@ runs:
2222
echo "Autoroute PCB";
2323
java -jar /opt/freerouting.jar -de pcbs/${board}.dsn -do pcbs/${board}.ses -dr ./freerouting/freerouting.rules --user-data-path ./freerouting -mp 25 -mt 1 -dct 0 --gui.enabled=false --profile.email=marco.massarelli@gmail.com
2424
fi
25-
done
25+
done

0 commit comments

Comments
 (0)