From 2f7304ab2d605f8b7f790373e3d551a19a4fae60 Mon Sep 17 00:00:00 2001 From: yukaidi Date: Fri, 29 May 2026 01:47:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Docker=20=E9=95=9C=E5=83=8F=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=94=B9=E4=B8=BA=E5=8A=A8=E6=80=81=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=90=8D=EF=BC=8C=E4=BF=AE=E5=A4=8D=20fork?= =?UTF-8?q?=20=E4=BB=93=E5=BA=93=E6=8E=A8=E9=80=81=E8=A2=AB=E6=8B=92?= =?UTF-8?q?=E7=BB=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 74581fd..b075d3c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -98,5 +98,5 @@ jobs: push: true platforms: linux/amd64,linux/arm64,linux/arm/v7 tags: | - ghcr.io/qaiu/netdisk-fast-download:${{ steps.tag.outputs.tag }} - ghcr.io/qaiu/netdisk-fast-download:latest + ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.tag }} + ghcr.io/${{ github.repository }}:latest