mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-08 15:44:01 +08:00
Increase the sync interval and Update bridge
This commit is contained in:
2
.github/workflows/deep-sync.yml
vendored
2
.github/workflows/deep-sync.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
env:
|
||||
only_proxy: ".m.daocloud.io"
|
||||
run: |
|
||||
wget https://github.com/wzshiming/bridge/releases/download/v0.7.7/bridge_linux_amd64 -O /usr/local/bin/bridge && chmod +x /usr/local/bin/bridge
|
||||
wget https://github.com/wzshiming/bridge/releases/download/v0.7.10/bridge_linux_amd64 -O /usr/local/bin/bridge && chmod +x /usr/local/bin/bridge
|
||||
nohup /usr/local/bin/bridge -b :8080 -p - ${{ secrets.PROTOCOL }} 2>/dev/null &
|
||||
- name: Sync Images
|
||||
env:
|
||||
|
Reference in New Issue
Block a user