Skip to content

Commit

Permalink
Merge pull request #165 from duaka/main
Browse files Browse the repository at this point in the history
添加更多的 ACR 区域认证
  • Loading branch information
imdingtalk authored Jun 27, 2024
2 parents 5b91a13 + 9ab63f5 commit cb31d3f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: prepare
if: steps.check_body.outputs.is_image_format == 'true'
run: |
wget -q https://github.com/AliyunContainerService/image-syncer/releases/download/v1.5.0/image-syncer-v1.5.0-linux-amd64.tar.gz
tar zxf image-syncer-v1.5.0-linux-amd64.tar.gz
wget -q https://github.com/AliyunContainerService/image-syncer/releases/download/v1.5.4/image-syncer-v1.5.4-linux-amd64.tar.gz
tar zxf image-syncer-v1.5.4-linux-amd64.tar.gz
sudo apt install dos2unix
- name: start sync
if: steps.check_body.outputs.is_image_format == 'true'
Expand Down
27 changes: 27 additions & 0 deletions auth.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
registry.cn-beijing.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-chengdu.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-guangzhou.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-hangzhou.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-heyuan.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-huhehaote.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-qingdao.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-shanghai.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-shenzhen.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-wulanchabu.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
registry.cn-zhangjiakou.aliyuncs.com:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD
$TARGET_REGISTRY:
username: $TARGET_REGISTRY_USER
password: $TARGET_REGISTRY_PASSWORD

0 comments on commit cb31d3f

Please sign in to comment.