阿里云 Docker 镜像支持

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2024-12-26 12:56:55 +08:00
parent 25ed5e9da6
commit 6204416e88
8 changed files with 15 additions and 1 deletions

14
.github/renovate.json vendored
View File

@@ -1,5 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"docker": {
"enabled": true,
"registries": {
"ghcr.io": {
"url": "https://ghcr.io"
},
"hub.docker.com": {
"url": "https://registry.hub.docker.com"
},
"registry.cn-hangzhou.aliyuncs.com": {
"url": "https://registry.cn-hangzhou.aliyuncs.com"
}
}
},
"extends": [
"config:recommended"
],