Fix Override mirror.txt
This commit is contained in:
parent
f06e220c1a
commit
6310c88ab8
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue