mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 03:38:28 +08:00
Bump crproxy
This commit is contained in:
2
.github/workflows/target-image-sync.yml
vendored
2
.github/workflows/target-image-sync.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- name: Set up crproxy
|
||||
run: |
|
||||
wget https://github.com/DaoCloud/crproxy/releases/download/v0.7.0-rc.42/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
|
||||
wget https://github.com/DaoCloud/crproxy/releases/download/v0.7.0/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
|
||||
/usr/local/bin/crproxy -a :8000 ${{ secrets.CRPROXY_ARGS }} &
|
||||
|
||||
- name: Sync Images
|
||||
|
2
.github/workflows/target-sync-image.yml
vendored
2
.github/workflows/target-sync-image.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
- name: Set up crproxy
|
||||
run: |
|
||||
wget https://github.com/DaoCloud/crproxy/releases/download/v0.7.0-rc.42/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
|
||||
wget https://github.com/DaoCloud/crproxy/releases/download/v0.7.0/crproxy_linux_amd64 -O /usr/local/bin/crproxy && chmod +x /usr/local/bin/crproxy
|
||||
/usr/local/bin/crproxy -a :8000 ${{ secrets.CRPROXY_ARGS }} &
|
||||
|
||||
- name: Sync Images
|
||||
|
Reference in New Issue
Block a user