From 7b9a858fbc45b80a72a7c63b5c47b0608f77f0cf Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 12:20:08 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=B9=E7=94=A8=20repo+tags=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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