From e787aa64a3cf763c5fe0e0487d2fe05e2a0bc79f Mon Sep 17 00:00:00 2001 From: GSRN Date: Mon, 15 Sep 2025 17:05:08 +0200 Subject: [PATCH] fix cache server --- runners/config_docker.yaml | 2 +- runners/config_heavy.yaml | 2 +- runners/config_light.yaml | 2 +- runners/config_security.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runners/config_docker.yaml b/runners/config_docker.yaml index 861ffe7..7f7c04b 100644 --- a/runners/config_docker.yaml +++ b/runners/config_docker.yaml @@ -58,7 +58,7 @@ cache: # This is more compatible across different Docker setups host: "" # Use a fixed port instead of random to avoid connection issues - port: 44029 + port: 40047 # The external cache server URL. Valid only when enable is true. # If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself. # The URL should generally end with "/". diff --git a/runners/config_heavy.yaml b/runners/config_heavy.yaml index 861ffe7..7f7c04b 100644 --- a/runners/config_heavy.yaml +++ b/runners/config_heavy.yaml @@ -58,7 +58,7 @@ cache: # This is more compatible across different Docker setups host: "" # Use a fixed port instead of random to avoid connection issues - port: 44029 + port: 40047 # The external cache server URL. Valid only when enable is true. # If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself. # The URL should generally end with "/". diff --git a/runners/config_light.yaml b/runners/config_light.yaml index 861ffe7..7f7c04b 100644 --- a/runners/config_light.yaml +++ b/runners/config_light.yaml @@ -58,7 +58,7 @@ cache: # This is more compatible across different Docker setups host: "" # Use a fixed port instead of random to avoid connection issues - port: 44029 + port: 40047 # The external cache server URL. Valid only when enable is true. # If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself. # The URL should generally end with "/". diff --git a/runners/config_security.yaml b/runners/config_security.yaml index 861ffe7..7f7c04b 100644 --- a/runners/config_security.yaml +++ b/runners/config_security.yaml @@ -58,7 +58,7 @@ cache: # This is more compatible across different Docker setups host: "" # Use a fixed port instead of random to avoid connection issues - port: 44029 + port: 40047 # The external cache server URL. Valid only when enable is true. # If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself. # The URL should generally end with "/".