diff --git a/.github/renovate.json b/.github/renovate.json index 893ee854..9ea25c8a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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" ], diff --git a/apps/apifox-runner/latest/data.yml b/apps/apifox-runner/1.4.0/data.yml similarity index 100% rename from apps/apifox-runner/latest/data.yml rename to apps/apifox-runner/1.4.0/data.yml diff --git a/apps/apifox-runner/latest/docker-compose.yml b/apps/apifox-runner/1.4.0/docker-compose.yml similarity index 85% rename from apps/apifox-runner/latest/docker-compose.yml rename to apps/apifox-runner/1.4.0/docker-compose.yml index 4e70991d..f6e91850 100644 --- a/apps/apifox-runner/latest/docker-compose.yml +++ b/apps/apifox-runner/1.4.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: apifox-runner: - image: apifox/self-hosted-general-runner:latest + image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/apifox-runner/latest/envs/default.env b/apps/apifox-runner/1.4.0/envs/default.env similarity index 100% rename from apps/apifox-runner/latest/envs/default.env rename to apps/apifox-runner/1.4.0/envs/default.env diff --git a/apps/apifox-runner/latest/envs/global.env b/apps/apifox-runner/1.4.0/envs/global.env similarity index 100% rename from apps/apifox-runner/latest/envs/global.env rename to apps/apifox-runner/1.4.0/envs/global.env diff --git a/apps/apifox-runner/latest/scripts/init.sh b/apps/apifox-runner/1.4.0/scripts/init.sh similarity index 100% rename from apps/apifox-runner/latest/scripts/init.sh rename to apps/apifox-runner/1.4.0/scripts/init.sh diff --git a/apps/apifox-runner/latest/scripts/uninstall.sh b/apps/apifox-runner/1.4.0/scripts/uninstall.sh similarity index 100% rename from apps/apifox-runner/latest/scripts/uninstall.sh rename to apps/apifox-runner/1.4.0/scripts/uninstall.sh diff --git a/apps/apifox-runner/latest/scripts/upgrade.sh b/apps/apifox-runner/1.4.0/scripts/upgrade.sh similarity index 100% rename from apps/apifox-runner/latest/scripts/upgrade.sh rename to apps/apifox-runner/1.4.0/scripts/upgrade.sh