From 69609352bacf5bcb3b41e5bb8e9bbc4cbc1d8cf0 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 12:12:00 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=AE=80=E5=8C=96=20kaniko=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BD=BF=E7=94=A8=20destination?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e14a3b..ea2eb07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,13 +27,7 @@ steps: # 使用 plugin/kaniko image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest settings: - username: 100024540033 - password: - from_secret: docker_password - repo: ccr.ccs.tencentyun.com/violin/todo-backend - tags: - - latest - - ${DRONE_COMMIT_SHA:0:8} + destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest dockerfile: Dockerfile context: . @@ -76,12 +70,7 @@ steps: ## image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest settings: - username: 100024540033 - password: - from_secret: docker_password - repo: ccr.ccs.tencentyun.com/violin/todo-backend - tags: - - v1.0.0 + destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0 dockerfile: Dockerfile context: .