chore: 添加 registry 参数解决 Docker Hub 认证问题
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-23 12:17:36 +00:00
parent 69609352ba
commit eca597f3e4

View File

@@ -30,6 +30,7 @@ steps:
destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .
registry: ccr.ccs.tencentyun.com
- name: dev-deploy - name: dev-deploy
image: ccr.ccs.tencentyun.com/violin/kubectl:latest image: ccr.ccs.tencentyun.com/violin/kubectl:latest
@@ -73,6 +74,7 @@ steps:
destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0 destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .
registry: ccr.ccs.tencentyun.com
- name: prod-deploy - name: prod-deploy
image: ccr.ccs.tencentyun.com/violin/kubectl:latest image: ccr.ccs.tencentyun.com/violin/kubectl:latest