mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-09-22 19:59:24 +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 &
|
nohup /usr/local/bin/bridge -b :8080 -p - ${{ secrets.PROTOCOL }} 2>/dev/null &
|
||||||
- name: Override mirror.txt
|
- name: Override mirror.txt
|
||||||
run: |
|
run: |
|
||||||
echo ${{ inputs.image }} > mirror.txt
|
echo ${{ github.event.inputs.image }} > mirror.txt
|
||||||
- name: Sync Images
|
- name: Sync Images
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
|
Reference in New Issue
Block a user