mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-22 18:29:53 +08:00
Update runner
This commit is contained in:
4
.github/workflows/sync-runner.yml
vendored
4
.github/workflows/sync-runner.yml
vendored
@@ -2,7 +2,7 @@ name: Sync Runner
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/10 * * * *"
|
- cron: "*/20 * * * *"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@@ -17,4 +17,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Sync Runner
|
- name: Sync Runner
|
||||||
run: |
|
run: |
|
||||||
/usr/local/bin/crproxy cluster runner ${{ secrets.NEW_STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --queue-token '${{ secrets.QUEUE_TOKEN }}' --queue-url https://queue.m.daocloud.io/apis/v1 --duration 1h --retry=3 --retry-interval=2s
|
/usr/local/bin/crproxy cluster runner ${{ secrets.NEW_STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --queue-token '${{ secrets.QUEUE_TOKEN }}' --queue-url https://queue.m.daocloud.io/apis/v1 --duration 2h --retry=3 --retry-interval=2s
|
||||||
|
Reference in New Issue
Block a user