This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user