chore: 添加 registry 参数解决 Docker Hub 认证问题
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -30,6 +30,7 @@ steps:
|
||||
destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
registry: ccr.ccs.tencentyun.com
|
||||
|
||||
- name: dev-deploy
|
||||
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
||||
@@ -73,6 +74,7 @@ steps:
|
||||
destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
registry: ccr.ccs.tencentyun.com
|
||||
|
||||
- name: prod-deploy
|
||||
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
||||
|
||||
Reference in New Issue
Block a user