From 0102b2b9577e220032688d6019f40c8f3be6d61c Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 27 Sep 2022 08:12:48 -0300 Subject: [PATCH] [CI/CD] Added push to kicadN_auto --- .github/workflows/pythonapp.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 0c2ec0fd..586b9b5d 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -192,6 +192,7 @@ jobs: images: | setsoft/kicad_auto ghcr.io/inti-cmnb/kicad_auto + ghcr.io/inti-cmnb/kicad5_auto tags: | type=raw,dev @@ -235,6 +236,7 @@ jobs: images: | setsoft/kicad_auto ghcr.io/inti-cmnb/kicad_auto + ghcr.io/inti-cmnb/kicad6_auto tags: | type=raw,dev_k6 @@ -243,7 +245,10 @@ jobs: with: context: tools/dev_image_k6 push: true - tags: ${{ steps.meta.outputs.tags }} + tags: | + setsoft/kicad_auto:dev_k6 + ghcr.io/inti-cmnb/kicad_auto:dev_k6 + ghcr.io/inti-cmnb/kicad6_auto:dev labels: ${{ steps.meta.outputs.labels }} coveralls: