Revert "Fix skopeo (#440)" (#442)

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

View File

@ -28,8 +28,6 @@ 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,8 +28,6 @@ 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,8 +23,6 @@ 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,8 +52,6 @@ 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"