Increase the sync interval and Update bridge

This commit is contained in:
Shiming Zhang
2021-11-22 11:33:38 +08:00
parent 1ad6e1d52b
commit 601ab6bb04
3 changed files with 4 additions and 4 deletions

View File

@@ -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: