Commit 747fc1f5 authored by 赵伟庚's avatar 赵伟庚

更换镜像仓库地址

parent bd26aa21
Pipeline #77167 failed with stage
...@@ -51,7 +51,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 ...@@ -51,7 +51,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
version: "v3.0.5" # 版本号 version: "v3.0.5" # 版本号
channel: alpha # 后缀 example: alpha test fix-alpha fix等 channel: alpha # 后缀 example: alpha test fix-alpha fix等
args: "TARGETOS=linux,TARGETARCH=amd64" # 不同架构的构建参数 args: "TARGETOS=linux,TARGETARCH=amd64" # 不同架构的构建参数
registry: hub.wodcloud.com # 私有仓库地址 registry: hub.test.wodcloud.com # 私有仓库地址
registry_user: # 用户 registry_user: # 用户
from_secret: REGISTRY_USER from_secret: REGISTRY_USER
registry_password: # 密码 registry_password: # 密码
...@@ -86,9 +86,9 @@ steps: ...@@ -86,9 +86,9 @@ steps:
REGISTRY_PASSWORD: REGISTRY_PASSWORD:
from_secret: REGISTRY_PASSWORD from_secret: REGISTRY_PASSWORD
settings: settings:
source: hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5-alpha source: hub.test.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5-alpha
target: hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5 target: hub.test.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5
registry: hub.wodcloud.com registry: hub.test.wodcloud.com
##--------------对于需要保密的信息隐藏,减少账户信息的泄密⬇-----------------## ##--------------对于需要保密的信息隐藏,减少账户信息的泄密⬇-----------------##
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment