diff --git a/.drone.yml b/.drone.yml index 1054686..e89cedd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,9 @@ steps: dockerfile: Dockerfile context: . registry: ccr.ccs.tencentyun.com + username: 100024540033 + password: + from_secret: docker_password - name: dev-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest @@ -75,6 +78,9 @@ steps: dockerfile: Dockerfile context: . registry: ccr.ccs.tencentyun.com + username: 100024540033 + password: + from_secret: docker_password - name: prod-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest