mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 15:06:59 +08:00
Update sync
This commit is contained in:
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@@ -20,8 +20,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Deep Sync Images to OSS&OBS
|
- name: Deep Sync Images to OSS&OBS
|
||||||
run: |
|
run: |
|
||||||
/usr/local/bin/crproxy sync --max-warn 100 ${{ secrets.STORAGE_ARGS }} --list-from-file ./mirror-deep.txt --deep
|
/usr/local/bin/crproxy sync --max-warn 10 ${{ secrets.STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --list-from-file ./mirror-deep.txt --deep
|
||||||
|
|
||||||
- name: Sync Images to OSS&OBS
|
- name: Sync Images to OSS&OBS
|
||||||
run: |
|
run: |
|
||||||
/usr/local/bin/crproxy sync --max-warn 100 ${{ secrets.STORAGE_ARGS }} --list-from-file ./mirror.txt --quick
|
/usr/local/bin/crproxy sync --max-warn 10 ${{ secrets.STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --list-from-file ./mirror.txt --quick
|
||||||
|
Reference in New Issue
Block a user