[CI/CD] Updating Github Action v2 for KiCad 6 latest
This commit is contained in:
parent
c56a64d90f
commit
8b780736db
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad6_auto:dev
|
FROM ghcr.io/inti-cmnb/kicad6_auto:latest
|
||||||
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 6 + development)"
|
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