[GitHub Action] Switching to K6+DEV for testing

This commit is contained in:
Salvador E. Tropea 2023-01-18 16:31:51 -03:00
parent b6240d5fea
commit 3e62badf5e
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/kicad6_auto_full:dev
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
RUN chmod +x /entrypoint.sh