Added push to kicadN_auto
This commit is contained in:
parent
4c96116999
commit
96c061d580
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
images: |
|
||||
setsoft/kicad_auto
|
||||
ghcr.io/${{ github.repository }}
|
||||
ghcr.io/inti-cmnb/kicad5_auto
|
||||
tags: |
|
||||
type=raw,latest
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue