Changed the GitHub action to use the `dev` docker image.

This commit is contained in:
Salvador E. Tropea 2021-10-07 14:01:14 -03:00
parent e05406ffc8
commit 2c0f72d364
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM setsoft/kicad_auto:latest
FROM setsoft/kicad_auto:dev
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
LABEL Description="export various files from KiCad projects"