Added push to kicadN_auto

This commit is contained in:
Salvador E. Tropea 2022-09-27 07:51:49 -03:00
parent 4c96116999
commit 96c061d580
3 changed files with 11 additions and 2 deletions

View File

@ -39,6 +39,7 @@ jobs:
images: |
setsoft/kicad_auto
ghcr.io/${{ github.repository }}
ghcr.io/inti-cmnb/kicad5_auto
tags: |
type=raw,latest

View File

@ -39,6 +39,7 @@ jobs:
images: |
setsoft/kicad_auto
ghcr.io/${{ github.repository }}
ghcr.io/inti-cmnb/kicad6_auto
tags: |
type=raw,ki6
@ -47,7 +48,10 @@ jobs:
with:
context: ki6
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
setsoft/kicad_auto:ki6
ghcr.io/inti-cmnb/kicad_auto:ki6
ghcr.io/inti-cmnb/kicad6_auto:latest
labels: ${{ steps.meta.outputs.labels }}
- name: Trigger KiCad-Auto-Test image build

View File

@ -39,6 +39,7 @@ jobs:
images: |
setsoft/kicad_auto
ghcr.io/${{ github.repository }}
ghcr.io/inti-cmnb/kicad6_auto
tags: |
type=raw,manjaro_k6
@ -47,5 +48,8 @@ jobs:
with:
context: manjaro
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
setsoft/kicad_auto:manjaro_k6
ghcr.io/inti-cmnb/kicad_auto:manjaro_k6
ghcr.io/inti-cmnb/kicad6_auto:manjaro
labels: ${{ steps.meta.outputs.labels }}