[GHA] Switching to full images
This commit is contained in:
parent
969dc40829
commit
039d94a85e
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad6_auto_full:latest
|
FROM ghcr.io/inti-cmnb/kicad6_auto_full:dev
|
||||||
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)"
|
LABEL Description="Export various files from KiCad projects (KiCad 6 + development)"
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad5_auto:dev
|
FROM ghcr.io/inti-cmnb/kicad5_auto_full:dev
|
||||||
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 5 + development)"
|
LABEL Description="Export various files from KiCad projects (KiCad 5 + development)"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad6_auto:dev
|
FROM ghcr.io/inti-cmnb/kicad6_auto_full:dev
|
||||||
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 + development)"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad5_auto:latest
|
FROM ghcr.io/inti-cmnb/kicad5_auto_full: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 5)"
|
LABEL Description="Export various files from KiCad projects (KiCad 5)"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad6_auto:latest
|
FROM ghcr.io/inti-cmnb/kicad6_auto_full: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)"
|
LABEL Description="Export various files from KiCad projects (KiCad 6)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue