mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-08 11:22:58 +08:00
Fix Override mirror.txt
This commit is contained in:
2
.github/workflows/manual-sync.yml
vendored
2
.github/workflows/manual-sync.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
nohup /usr/local/bin/bridge -b :8080 -p - ${{ secrets.PROTOCOL }} 2>/dev/null &
|
||||
- name: Override mirror.txt
|
||||
run: |
|
||||
echo ${{ inputs.image }} > mirror.txt
|
||||
echo ${{ github.event.inputs.image }} > mirror.txt
|
||||
- name: Sync Images
|
||||
env:
|
||||
INCREMENTAL: "true"
|
||||
|
Reference in New Issue
Block a user