From 25906d10ff3ea2ce9cf939cade741b2ea6e7f0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 19 Apr 2022 15:15:07 +0800 Subject: [PATCH] fix cicd --- .beagle.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index aa1b5a7..1b77e32 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -18,7 +18,7 @@ pipeline: when: branch: - dev - + ## 构建 build: image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch @@ -75,9 +75,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -93,9 +93,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -132,9 +132,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -150,9 +150,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -187,9 +187,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -204,9 +204,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -241,9 +241,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master @@ -258,9 +258,9 @@ pipeline: registry: registry.cn-qingdao.aliyuncs.com secrets: - source: REGISTRY_USER_ALIYUN - target: REGISTRY_USER + target: PLUGIN_REGISTRY_USER - source: REGISTRY_PASSWORD_ALIYUN - target: REGISTRY_PASSWORD + target: PLUGIN_REGISTRY_PASSWORD when: branch: - master -- 2.26.0