Fix skopeo (#440)

This commit is contained in:
Shiming Zhang 2023-10-18 19:38:37 +08:00 committed by GitHub
parent 474069c673
commit 5ab3eca881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
- name: Override mirror.txt
run: |
echo ${{ github.event.inputs.image }} > mirror.txt
- name: Set up skopeo
run: sudo apt-get install -y skopeo
- name: Sync Images
env:
INCREMENTAL: "true"

View File

@ -28,6 +28,8 @@ jobs:
- name: Override mirror.txt
run: |
echo ${{ github.event.inputs.image }} > mirror.txt
- name: Set up skopeo
run: sudo apt-get install -y skopeo
- name: Sync Images
env:
INCREMENTAL: "true"

View File

@ -23,6 +23,8 @@ jobs:
run: |
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
- name: Set up skopeo
run: sudo apt-get install -y skopeo
- name: Sync Images
env:
INCREMENTAL: "true"

View File

@ -52,6 +52,8 @@ jobs:
run: |
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
- name: Set up skopeo
run: sudo apt-get install -y skopeo
- name: Sync Images
env:
INCREMENTAL: "true"