From c97afbe08111d1b0653adbf4f4b0efaa7be90639 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 15 Jul 2024 16:47:17 +0100 Subject: [PATCH] =?UTF-8?q?Actually=20push=20to=20GHCR=20=F0=9F=A4=A6?= =?UTF-8?q?=E2=80=8D=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 622a04c6..04855d14 100644 --- a/.github/workflows/indiekit-docker.yml +++ b/.github/workflows/indiekit-docker.yml @@ -35,12 +35,12 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GHCR_PUBLISH_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata for Docker id: meta uses: docker/metadata-action@v5 with: - images: by-jp/www.byjp.me + images: ghcr.io/by-jp/www.byjp.me - name: Build and push Docker image id: push uses: docker/build-push-action@v6