[CI/CD] Updating Github Action v2 for KiCad 5 development
This commit is contained in:
parent
c723b51327
commit
87c5c561b0
|
|
@ -1,6 +1,6 @@
|
|||
FROM ghcr.io/inti-cmnb/kicad5_auto_full:latest
|
||||
FROM ghcr.io/inti-cmnb/kicad5_auto_full: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
|
||||
|
|
|
|||
Loading…
Reference in New Issue