mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-22 11:08:33 +08:00
Update mirror list
This commit is contained in:
6
.github/workflows/sync.yml
vendored
6
.github/workflows/sync.yml
vendored
@@ -2,7 +2,7 @@ name: Sync
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "1 0 * * *"
|
||||
- cron: "1 * * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -20,8 +20,8 @@ jobs:
|
||||
|
||||
- name: Deep Images to OSS&OBS
|
||||
run: |
|
||||
/usr/local/bin/crproxy sync --max-warn 10 ${{ secrets.STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --list-from-file ./mirror-deep.txt
|
||||
/usr/local/bin/crproxy sync --max-warn 10 ${{ secrets.STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --list-from-file ./mirror.txt
|
||||
|
||||
- name: Quick Sync Images to OSS&OBS
|
||||
run: |
|
||||
/usr/local/bin/crproxy sync --max-warn 10 ${{ secrets.STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --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-quick.txt --quick
|
||||
|
Reference in New Issue
Block a user