From b3bf29719be011f0558fba6dab51e830b3b9a311 Mon Sep 17 00:00:00 2001 From: zyd Date: Mon, 20 Jul 2020 18:06:56 +0800 Subject: [PATCH] =?UTF-8?q?arm64=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index 12fadfe..9beca8e 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -24,11 +24,11 @@ pipeline: repo: apaas/apaas-meshproxy version: v3.0.0 channel: alpha - registry: hub.wodcloud.com + registry: registry.cn-qingdao.aliyuncs.com secrets: - - source: REGISTRY_USER + - source: REGISTRY_USER_ALIYUN target: REGISTRY_USER - - source: REGISTRY_PASSWORD + - source: REGISTRY_PASSWORD_ALIYUN target: REGISTRY_PASSWORD when: branch: [dev] @@ -40,11 +40,11 @@ pipeline: base: registry.cn-qingdao.aliyuncs.com/wod/alpine-glibc:3.8 repo: apaas/apaas-meshproxy version: "v3.0.0" - registry: hub.wodcloud.com + registry: registry.cn-qingdao.aliyuncs.com secrets: - - source: REGISTRY_USER + - source: REGISTRY_USER_ALIYUN target: REGISTRY_USER - - source: REGISTRY_PASSWORD + - source: REGISTRY_PASSWORD_ALIYUN target: REGISTRY_PASSWORD when: branch: [master] -- 2.26.0