From d422176cb382dbc4884466579e49ffe1806b061a Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Fri, 26 Dec 2025 16:08:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20cicd=20=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BA=BF=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=8F=82=E6=95=B0=E7=94=9F=E6=88=90=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 901dd06..a76c2a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,12 +31,12 @@ steps: path: /run/podman/podman.sock - name: containers-config path: /etc/containers - settings: + environment: REGISTRY_USER: from_secret: swr_username REGISTRY_PASSWORD: from_secret: swr_password - REGISTRY_SERVER: swr.cn-north-4.myhuaweicloud.com + REGISTRY_SERVER: "swr.cn-north-4.myhuaweicloud.com" commands: - | echo "Logging into registry..." @@ -60,8 +60,8 @@ steps: path: /run/podman/podman.sock - name: containers-config path: /etc/containers - settings: - REGISTRY_SERVER: swr.cn-north-4.myhuaweicloud.com/colovu/scratch + environment: + REGISTRY_SERVER: "swr.cn-north-4.myhuaweicloud.com/colovu/scratch" DRONE_TAG: ${DRONE_TAG} DRONE_COMMIT_SHA: ${DRONE_COMMIT_SHA} DRONE_BRANCH: ${DRONE_BRANCH}