[GitHub Action] Changed to pull images from GH
This commit is contained in:
parent
92c4d4f15d
commit
577defcdfc
|
|
@ -1,4 +1,4 @@
|
||||||
FROM setsoft/kicad_auto:ki6
|
FROM ghcr.io/inti-cmnb/kicad6_auto: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)"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM setsoft/kicad_auto:dev
|
FROM ghcr.io/inti-cmnb/kicad5_auto: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 setsoft/kicad_auto:dev_k6
|
FROM ghcr.io/inti-cmnb/kicad6_auto: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 setsoft/kicad_auto:latest
|
FROM ghcr.io/inti-cmnb/kicad5_auto: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 setsoft/kicad_auto:ki6
|
FROM ghcr.io/inti-cmnb/kicad6_auto: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