Skip to content

Commit 1c555f3

Browse files
committed
replace params
1 parent 9e40ea1 commit 1c555f3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/kolla-image-syncer.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
branches: [ "main" ]
1616

1717
env:
18-
DOCKER_NAMESPACE: kolla
19-
KOLLA_BASE_DISTRO: ubuntu
20-
INSTALL_TYPE: binary
21-
OPENSTACK_RELEASE: train
2218
ALIYUN_REGISTRY: registry.cn-guangzhou.aliyuncs.com
2319
ALIYUN_NAMESPACE: lunwei
2420

@@ -39,4 +35,4 @@ jobs:
3935
sed -i "s#PASS#${{ secrets.ALIYUN_PASSWORD }}#g" config.json
4036
wget https://github.com/AliyunContainerService/image-syncer/releases/download/v1.3.1/image-syncer-v1.3.1-linux-amd64.tar.gz
4137
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

0 commit comments

Comments
 (0)