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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user