mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-09-18 17:37:04 +08:00
1
.github/workflows/manual-deep-sync.yml
vendored
1
.github/workflows/manual-deep-sync.yml
vendored
@@ -35,6 +35,5 @@ jobs:
|
|||||||
PARALLET: "1"
|
PARALLET: "1"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_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: |
|
run: |
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
1
.github/workflows/manual-sync.yml
vendored
1
.github/workflows/manual-sync.yml
vendored
@@ -36,6 +36,5 @@ jobs:
|
|||||||
PARALLET: "1"
|
PARALLET: "1"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_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: |
|
run: |
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
1
.github/workflows/sync.yml
vendored
1
.github/workflows/sync.yml
vendored
@@ -31,6 +31,5 @@ jobs:
|
|||||||
PARALLET: "2"
|
PARALLET: "2"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_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: |
|
run: |
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
1
.github/workflows/target-image-sync.yml
vendored
1
.github/workflows/target-image-sync.yml
vendored
@@ -59,7 +59,6 @@ jobs:
|
|||||||
PARALLET: "1"
|
PARALLET: "1"
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_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 }}"
|
MESSAGE: "${{ github.event.issue.body }}"
|
||||||
run: |
|
run: |
|
||||||
ORIGIN_IMAGE=$(echo "${MESSAGE}" | grep SYNC | awk '{print $2}' | head -n 1 | sed "s/\r//g")
|
ORIGIN_IMAGE=$(echo "${MESSAGE}" | grep SYNC | awk '{print $2}' | head -n 1 | sed "s/\r//g")
|
||||||
|
Reference in New Issue
Block a user