diff --git a/.drone.yml b/.drone.yml index e89cedd..e3c7b88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,9 @@ steps: # 使用 plugin/kaniko image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest settings: - destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest + repo: ccr.ccs.tencentyun.com/violin/todo-backend + tags: + - latest dockerfile: Dockerfile context: . registry: ccr.ccs.tencentyun.com @@ -74,7 +76,9 @@ steps: ## image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest settings: - destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0 + repo: ccr.ccs.tencentyun.com/violin/todo-backend + tags: + - v1.0.0 dockerfile: Dockerfile context: . registry: ccr.ccs.tencentyun.com