Skip to content

Commit 49cf5f1

Browse files
committed
chore(workflow): change mirror port
1 parent eb1aea9 commit 49cf5f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_scripts/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ mirrors:
5353
endpoint:
5454
- "https://hub-mirror.c.163.com"
5555
- "https://mirror.baidubce.com"
56-
- "https://docker-mirror.drycc.cc"
56+
- "https://docker-mirror.drycc.cc:1443"
5757
- "https://registry-1.docker.io"
5858
"quay.io":
5959
endpoint:
60-
- "https://quay-mirror.drycc.cc"
60+
- "https://quay-mirror.drycc.cc:1443"
6161
- "https://quay.io"
6262
"gcr.io":
6363
endpoint:
64-
- "https://gcr-mirror.drycc.cc"
64+
- "https://gcr-mirror.drycc.cc:1443"
6565
- "https://gcr.io"
6666
"k8s.gcr.io":
6767
endpoint:
68-
- "https://k8s-mirror.drycc.cc"
68+
- "https://k8s-mirror.drycc.cc:1443"
6969
- "https://k8s.gcr.io"
7070
EOF
7171
INSTALL_K3S_MIRROR="${INSTALL_DRYCC_MIRROR}"

0 commit comments

Comments
 (0)