[Github Action] Moving default to KiCad 6
This commit is contained in:
parent
6acb6d2e80
commit
64b9c83105
|
|
@ -1,6 +1,6 @@
|
||||||
FROM setsoft/kicad_auto:latest
|
FROM setsoft/kicad_auto:ki6
|
||||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||||
LABEL Description="Export various files from KiCad projects (KiCad 5)"
|
LABEL Description="Export various files from KiCad projects (KiCad 6)"
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue