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 }}