fix cache server
Some checks failed
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 24s
Docker Build and Push / build-and-push (push) Failing after 37s
Integration Tests / integration-tests (push) Failing after 10m35s
LabFusion CI/CD Pipeline / frontend (push) Failing after 10m42s
LabFusion CI/CD Pipeline / api-docs (push) Failing after 10m42s
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 10m55s
LabFusion CI/CD Pipeline / integration-tests (push) Has been cancelled
Integration Tests / performance-tests (push) Has been cancelled

This commit is contained in:
GSRN
2025-09-15 17:05:08 +02:00
parent 65c93ae685
commit e787aa64a3
4 changed files with 4 additions and 4 deletions

View File

@@ -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 "/".