From fb21d43836751a6b1933dbdf2ee02e65ef08df33 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 26 Sep 2022 10:51:16 -0300 Subject: [PATCH] Fixed tags --- .github/workflows/docker_hub.yml | 4 +++- .github/workflows/docker_hub_ki6.yml | 4 +++- .github/workflows/docker_hub_mk6.yml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_hub.yml b/.github/workflows/docker_hub.yml index e164706..801081f 100644 --- a/.github/workflows/docker_hub.yml +++ b/.github/workflows/docker_hub.yml @@ -39,13 +39,15 @@ jobs: images: | setsoft/kicad_auto ghcr.io/${{ github.repository }} + tags: | + type=raw,latest - name: Build and push Docker images uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: # context: tools/dev_image push: true - tags: setsoft/kicad_auto:latest + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - name: Trigger KiCad-Auto-Test image build diff --git a/.github/workflows/docker_hub_ki6.yml b/.github/workflows/docker_hub_ki6.yml index fac4e22..21ec54c 100644 --- a/.github/workflows/docker_hub_ki6.yml +++ b/.github/workflows/docker_hub_ki6.yml @@ -39,13 +39,15 @@ jobs: images: | setsoft/kicad_auto ghcr.io/${{ github.repository }} + tags: | + type=raw,ki6 - name: Build and push Docker images uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: ki6 push: true - tags: setsoft/kicad_auto:ki6 + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - name: Trigger KiCad-Auto-Test image build diff --git a/.github/workflows/docker_hub_mk6.yml b/.github/workflows/docker_hub_mk6.yml index 2164e9a..21ef02d 100644 --- a/.github/workflows/docker_hub_mk6.yml +++ b/.github/workflows/docker_hub_mk6.yml @@ -39,11 +39,13 @@ jobs: images: | setsoft/kicad_auto ghcr.io/${{ github.repository }} + tags: | + type=raw,manjaro_k6 - name: Build and push Docker images uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: manjaro push: true - tags: setsoft/kicad_auto:manjaro_k6 + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}