fix: 更新 Docker 镜像代理为更可靠的服务
Some checks failed
部署后端服务 / 🚀 构建并部署 (push) Failing after 2m15s
部署后端服务 / 🔄 回滚部署 (push) Failing after 5s

- 使用 docker.1ms.run 和 hub.skillixx.com 镜像服务
- 替换之前可能不稳定的镜像源
- 提高 CI/CD 构建成功率
This commit is contained in:
iriver
2025-07-14 22:51:11 +08:00
parent 831fdcbf92
commit f730ab0f41

View File

@ -37,9 +37,8 @@ jobs:
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://registry.cn-hangzhou.aliyuncs.com",
"https://docker.mirrors.ustc.edu.cn",
"https://hub-mirror.c.163.com"
"https://docker.1ms.run",
"https://hub.skillixx.com/"
]
}
EOF