[CI/CD] Updating Github Action v2 for KiCad 5 latest

This commit is contained in:
Salvador E. Tropea 2022-09-28 08:08:52 -03:00
parent 577defcdfc
commit 935f55dca4
1 changed files with 2 additions and 2 deletions

View File

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