From eca597f3e48925e71a060e7d47104f593381dbde Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 12:17:36 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20registry=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A7=A3=E5=86=B3=20Docker=20Hub=20=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index ea2eb07..1054686 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,6 +30,7 @@ steps: destination: ccr.ccs.tencentyun.com/violin/todo-backend:latest dockerfile: Dockerfile context: . + registry: ccr.ccs.tencentyun.com - name: dev-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest @@ -73,6 +74,7 @@ steps: destination: ccr.ccs.tencentyun.com/violin/todo-backend:v1.0.0 dockerfile: Dockerfile context: . + registry: ccr.ccs.tencentyun.com - name: prod-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest