From 5ed7d1455dc1a2b9f1d7a5ecb9a59e847ce777d4 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 15 Jul 2024 16:50:15 +0100 Subject: [PATCH] =?UTF-8?q?Fully=20qualified=20tag=20=F0=9F=A4=A6=E2=80=8D?= =?UTF-8?q?=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 04855d14..82d76e2a 100644 --- a/.github/workflows/indiekit-docker.yml +++ b/.github/workflows/indiekit-docker.yml @@ -48,11 +48,11 @@ jobs: context: ./indiekit file: ./indiekit/Dockerfile push: true - tags: indiekit + tags: ghcr.io/by-jp/www.byjp.me:indiekit labels: ${{ steps.meta.outputs.labels }} - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ghcr.io/${{ env.IMAGE_NAME}} + subject-name: ghcr.io/by-jp/www.byjp.me subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true