Revert "Fix skopeo (#438)" (#439)

This reverts commit 932d13dc9d.
This commit is contained in:
Shiming Zhang 2023-10-18 19:27:03 +08:00 committed by GitHub
parent 932d13dc9d
commit 474069c673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -35,6 +35,5 @@ jobs:
PARALLET: "1"
http_proxy: socks5://127.0.0.1:8080
https_proxy: socks5://127.0.0.1:8080
SKOPEO: docker run --net=host -e http_proxy=socks5://127.0.0.1:8080 -e https_proxy=socks5://127.0.0.1:8080 --rm -i quay.io/containers/skopeo:v1
run: |
./hack/diff.sh

View File

@ -36,6 +36,5 @@ jobs:
PARALLET: "1"
http_proxy: socks5://127.0.0.1:8080
https_proxy: socks5://127.0.0.1:8080
SKOPEO: docker run --net=host -e http_proxy=socks5://127.0.0.1:8080 -e https_proxy=socks5://127.0.0.1:8080 --rm -i quay.io/containers/skopeo:v1
run: |
./hack/diff.sh

View File

@ -31,6 +31,5 @@ jobs:
PARALLET: "2"
http_proxy: socks5://127.0.0.1:8080
https_proxy: socks5://127.0.0.1:8080
SKOPEO: docker run --net=host -e http_proxy=socks5://127.0.0.1:8080 -e https_proxy=socks5://127.0.0.1:8080 --rm -i quay.io/containers/skopeo:v1
run: |
./hack/diff.sh

View File

@ -59,7 +59,6 @@ jobs:
PARALLET: "1"
http_proxy: socks5://127.0.0.1:8080
https_proxy: socks5://127.0.0.1:8080
SKOPEO: docker run --net=host -e http_proxy=socks5://127.0.0.1:8080 -e https_proxy=socks5://127.0.0.1:8080 --rm -i quay.io/containers/skopeo:v1
MESSAGE: "${{ github.event.issue.body }}"
run: |
ORIGIN_IMAGE=$(echo "${MESSAGE}" | grep SYNC | awk '{print $2}' | head -n 1 | sed "s/\r//g")