diff --git a/apifox-runner/latest/data.yml b/apifox-runner/1.4.0/data.yml similarity index 100% rename from apifox-runner/latest/data.yml rename to apifox-runner/1.4.0/data.yml diff --git a/apifox-runner/latest/docker-compose.yml b/apifox-runner/1.4.0/docker-compose.yml similarity index 85% rename from apifox-runner/latest/docker-compose.yml rename to apifox-runner/1.4.0/docker-compose.yml index 4e70991da..f6e91850e 100644 --- a/apifox-runner/latest/docker-compose.yml +++ b/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/apifox-runner/latest/envs/default.env b/apifox-runner/1.4.0/envs/default.env similarity index 100% rename from apifox-runner/latest/envs/default.env rename to apifox-runner/1.4.0/envs/default.env diff --git a/apifox-runner/latest/envs/global.env b/apifox-runner/1.4.0/envs/global.env similarity index 100% rename from apifox-runner/latest/envs/global.env rename to apifox-runner/1.4.0/envs/global.env diff --git a/apifox-runner/latest/scripts/init.sh b/apifox-runner/1.4.0/scripts/init.sh similarity index 100% rename from apifox-runner/latest/scripts/init.sh rename to apifox-runner/1.4.0/scripts/init.sh diff --git a/apifox-runner/latest/scripts/uninstall.sh b/apifox-runner/1.4.0/scripts/uninstall.sh similarity index 100% rename from apifox-runner/latest/scripts/uninstall.sh rename to apifox-runner/1.4.0/scripts/uninstall.sh diff --git a/apifox-runner/latest/scripts/upgrade.sh b/apifox-runner/1.4.0/scripts/upgrade.sh similarity index 100% rename from apifox-runner/latest/scripts/upgrade.sh rename to apifox-runner/1.4.0/scripts/upgrade.sh