fix: 更新 Docker 镜像代理为更可靠的服务
- 使用 docker.1ms.run 和 hub.skillixx.com 镜像服务 - 替换之前可能不稳定的镜像源 - 提高 CI/CD 构建成功率
This commit is contained in:
@ -37,9 +37,8 @@ jobs:
|
|||||||
sudo tee /etc/docker/daemon.json <<EOF
|
sudo tee /etc/docker/daemon.json <<EOF
|
||||||
{
|
{
|
||||||
"registry-mirrors": [
|
"registry-mirrors": [
|
||||||
"https://registry.cn-hangzhou.aliyuncs.com",
|
"https://docker.1ms.run",
|
||||||
"https://docker.mirrors.ustc.edu.cn",
|
"https://hub.skillixx.com/"
|
||||||
"https://hub-mirror.c.163.com"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user