Fixed tags
This commit is contained in:
parent
5b60d83552
commit
fb21d43836
|
|
@ -39,13 +39,15 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
setsoft/kicad_auto
|
setsoft/kicad_auto
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
|
tags: |
|
||||||
|
type=raw,latest
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
# context: tools/dev_image
|
# context: tools/dev_image
|
||||||
push: true
|
push: true
|
||||||
tags: setsoft/kicad_auto:latest
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Trigger KiCad-Auto-Test image build
|
- name: Trigger KiCad-Auto-Test image build
|
||||||
|
|
|
||||||
|
|
@ -39,13 +39,15 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
setsoft/kicad_auto
|
setsoft/kicad_auto
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
|
tags: |
|
||||||
|
type=raw,ki6
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
context: ki6
|
context: ki6
|
||||||
push: true
|
push: true
|
||||||
tags: setsoft/kicad_auto:ki6
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Trigger KiCad-Auto-Test image build
|
- name: Trigger KiCad-Auto-Test image build
|
||||||
|
|
|
||||||
|
|
@ -39,11 +39,13 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
setsoft/kicad_auto
|
setsoft/kicad_auto
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
|
tags: |
|
||||||
|
type=raw,manjaro_k6
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
context: manjaro
|
context: manjaro
|
||||||
push: true
|
push: true
|
||||||
tags: setsoft/kicad_auto:manjaro_k6
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue