From 78cba4532dbd77de9dfbf186a8be45f18666138e Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Thu, 14 Aug 2025 19:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index 65615e6f..11915509 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -26,7 +26,7 @@ jobs: - name: Build and push Docker images env: # 私有仓库地址(请替换为实际地址) - DOCKER_REGISTRY: 172.100.10.45:3000 + REGISTRY_URL: 172.100.10.45:3000 # 私有仓库认证信息(在Gitea仓库设置中配置secrets) DOCKER_USERNAME: ${{ secrets.REGISTRY_USER }} DOCKER_PASSWORD: ${{ secrets.REGISTRY_PASS }}