From 2806775fe157674aa67a59cf51c88dea4a8ac185 Mon Sep 17 00:00:00 2001 From: KaGaMi Date: Sat, 12 Jul 2025 22:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=95=9C=E5=83=8F=E6=89=93?= =?UTF-8?q?=E5=8C=8512?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 83d926a..368bc33 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -67,7 +67,7 @@ jobs: echo "🚀 推送Docker镜像到Gitea registry..." #远程镜像路径 - IMAGE_PATH ="$REGISTRY_HOST/$REPOSITORY:latest" + IMAGE_PATH="$REGISTRY_HOST/$REPOSITORY:latest" echo "🔍 远程镜像路径: $IMAGE_PATH" #打标签