From d74a04c13df41994ebf3346612b2809cee8d4b05 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 15 Jul 2024 16:21:40 +0100 Subject: [PATCH] Only ever push to the indiekit tag --- .github/workflows/indiekit-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/indiekit-docker.yml b/.github/workflows/indiekit-docker.yml index c3aa5069..6f081b58 100644 --- a/.github/workflows/indiekit-docker.yml +++ b/.github/workflows/indiekit-docker.yml @@ -39,7 +39,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: by-jp/indiekit.byjp.me + images: by-jp/www.byjp.me - name: Build and push Docker image id: push uses: docker/build-push-action@v6 @@ -47,5 +47,5 @@ jobs: context: ./indiekit file: ./indiekit/Dockerfile push: true - tags: ${{ steps.meta.outputs.tags }} + tags: indiekit labels: ${{ steps.meta.outputs.labels }}