fix: 更新 cicd 流水线配置中编译镜像参数生成错误
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-26 16:08:57 +08:00
parent c6bf648d7b
commit d422176cb3
+4 -4
View File
@@ -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}