[CI/CD] Updating Github Action v2 for KiCad 6 development

This commit is contained in:
Salvador E. Tropea 2023-03-16 13:10:16 -03:00
parent 9cf702185a
commit 994645b1d9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM ghcr.io/inti-cmnb/kicad5_auto_full:dev
FROM ghcr.io/inti-cmnb/kicad6_auto_full:dev
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
LABEL Description="Export various files from KiCad projects (KiCad 5 + development)"
LABEL Description="Export various files from KiCad projects (KiCad 6 + development)"
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh