From 8d286b6d2fbe5f11a21d787710a884536ab52f42 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 11:47:16 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=20drone-kaniko=20?= =?UTF-8?q?=E6=9B=BF=E4=BB=A3=20kaniko-project-executor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3290e7b..0f9c2a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: path: /root/.m2 - name: dev-build-image - image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest + image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest environment: DOCKER_CONFIG: from_secret: docker_config @@ -70,7 +70,7 @@ steps: path: /root/.m2 - name: prod-build-image - image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest + image: ccr.ccs.tencentyun.com/violin/drone-kaniko:latest environment: DOCKER_CONFIG: from_secret: docker_config