From c13f26655702f16d397c0b8a58197646c2fcacdc Mon Sep 17 00:00:00 2001 From: lintsinghua <1930438860@qq.com> Date: Sun, 26 Oct 2025 13:07:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Docker=E9=95=9C=E5=83=8F=E5=90=8D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=B0=8F=E5=86=99=E4=BB=A5=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8309b46..e113d36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,8 +150,8 @@ jobs: context: . push: true tags: | - ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }} - ghcr.io/${{ github.repository }}:latest + ghcr.io/${{ github.repository_owner }}/xcodereviewer:${{ steps.version.outputs.VERSION }} + ghcr.io/${{ github.repository_owner }}/xcodereviewer:latest cache-from: type=gha cache-to: type=gha,mode=max build-args: |