From 79af91e082cbfa4f282e9a037f3508d8ef5c5eee Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 17 Feb 2025 18:52:52 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20repo=20name=20in=20docker?= =?UTF-8?q?=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index a19de08..f92cc7a 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -42,7 +42,7 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: | - ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ github.sha }} + ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest + ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }} cache-from: type=gha cache-to: type=gha,mode=max