File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 15
15
branches : [ "main" ]
16
16
17
17
env :
18
- DOCKER_NAMESPACE : kolla
19
- KOLLA_BASE_DISTRO : ubuntu
20
- INSTALL_TYPE : binary
21
- OPENSTACK_RELEASE : train
22
18
ALIYUN_REGISTRY : registry.cn-guangzhou.aliyuncs.com
23
19
ALIYUN_NAMESPACE : lunwei
24
20
39
35
sed -i "s#PASS#${{ secrets.ALIYUN_PASSWORD }}#g" config.json
40
36
wget https://github.com/AliyunContainerService/image-syncer/releases/download/v1.3.1/image-syncer-v1.3.1-linux-amd64.tar.gz
41
37
tar -zxvf image-syncer-v1.3.1-linux-amd64.tar.gz
42
- ./image-syncer --proc=50 --config=./config.json --registry=registry.cn-guangzhou.aliyuncs.com --namespace=lunwei --retries=2 --log=./log
38
+ ./image-syncer --proc=50 --config=./config.json --registry=${{ env.ALIYUN_REGISTRY }} --namespace=${{ env.ALIYUN_NAMESPACE }} --retries=2 --log=./log
You can’t perform that action at this time.
0 commit comments