parent
5ab3eca881
commit
55e8205303
|
@ -28,8 +28,6 @@ jobs:
|
||||||
- name: Override mirror.txt
|
- name: Override mirror.txt
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.event.inputs.image }} > mirror.txt
|
echo ${{ github.event.inputs.image }} > mirror.txt
|
||||||
- name: Set up skopeo
|
|
||||||
run: sudo apt-get install -y skopeo
|
|
||||||
- name: Sync Images
|
- name: Sync Images
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
|
|
|
@ -28,8 +28,6 @@ jobs:
|
||||||
- name: Override mirror.txt
|
- name: Override mirror.txt
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.event.inputs.image }} > mirror.txt
|
echo ${{ github.event.inputs.image }} > mirror.txt
|
||||||
- name: Set up skopeo
|
|
||||||
run: sudo apt-get install -y skopeo
|
|
||||||
- name: Sync Images
|
- name: Sync Images
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
|
|
|
@ -23,8 +23,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -v http://127.0.0.1:8080 || exit 1
|
curl -v http://127.0.0.1:8080 || exit 1
|
||||||
curl -f --proxy 127.0.0.1:8080 -v http://m.daocloud.io/v2/ || exit 1
|
curl -f --proxy 127.0.0.1:8080 -v http://m.daocloud.io/v2/ || exit 1
|
||||||
- name: Set up skopeo
|
|
||||||
run: sudo apt-get install -y skopeo
|
|
||||||
- name: Sync Images
|
- name: Sync Images
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
|
|
|
@ -52,8 +52,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -v http://127.0.0.1:8080 || exit 1
|
curl -v http://127.0.0.1:8080 || exit 1
|
||||||
curl -f --proxy 127.0.0.1:8080 -v http://m.daocloud.io/v2/ || exit 1
|
curl -f --proxy 127.0.0.1:8080 -v http://m.daocloud.io/v2/ || exit 1
|
||||||
- name: Set up skopeo
|
|
||||||
run: sudo apt-get install -y skopeo
|
|
||||||
- name: Sync Images
|
- name: Sync Images
|
||||||
env:
|
env:
|
||||||
INCREMENTAL: "true"
|
INCREMENTAL: "true"
|
||||||
|
|
Loading…
Reference in New Issue