diff --git a/.drone.yml b/.drone.yml index ea2eb07..1054686 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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