KiCad 5 + dev github action

This commit is contained in:
Salvador E. Tropea 2022-06-14 15:08:43 -03:00
parent a6204a305c
commit 6e4f30fde1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM setsoft/kicad_auto:latest
FROM setsoft/kicad_auto:dev
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 5 + development)"
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh