From 1ace055e37fadd1ec321cfd31eb9c842ea120627 Mon Sep 17 00:00:00 2001 From: gewuyou Date: Thu, 8 May 2025 13:15:09 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 LUKE_SERVER_DOCKER_REGISTRY_PASSWORD 改为 SERVER_PASSWORD --- .gitea/workflows/deploy.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.test.yml b/.gitea/workflows/deploy.test.yml index 27d20ae..8914aec 100644 --- a/.gitea/workflows/deploy.test.yml +++ b/.gitea/workflows/deploy.test.yml @@ -10,7 +10,7 @@ env: DOCKER_REGISTRY_URL: ${{vars.DOCKER_REGISTRY_URL}} # 私有Docker镜像仓库地址 PROJECT_NAME: llmx # 项目名称 COMPOSE_FILE: docker-compose.test.yml # Docker compose文件路径 - LUKE_SERVER_DOCKER_REGISTRY_PASSWORD: ${{ secrets.SERVER_PASSWORD }} # 仓库密码 + SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }} # 仓库密码 JCNC_GITEA_URL: ${{vars.SERVER_GITEA_URL}} # Gitea地址 RUNNER_TOOL_CACHE: /opt/tools-cache # 工具缓存目录 GRADLE_CACHE_KEY: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}