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
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:
@@ -58,7 +58,7 @@ cache:
|
|||||||
# This is more compatible across different Docker setups
|
# This is more compatible across different Docker setups
|
||||||
host: ""
|
host: ""
|
||||||
# Use a fixed port instead of random to avoid connection issues
|
# 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.
|
# 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.
|
# 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 "/".
|
# The URL should generally end with "/".
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ cache:
|
|||||||
# This is more compatible across different Docker setups
|
# This is more compatible across different Docker setups
|
||||||
host: ""
|
host: ""
|
||||||
# Use a fixed port instead of random to avoid connection issues
|
# 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.
|
# 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.
|
# 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 "/".
|
# The URL should generally end with "/".
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ cache:
|
|||||||
# This is more compatible across different Docker setups
|
# This is more compatible across different Docker setups
|
||||||
host: ""
|
host: ""
|
||||||
# Use a fixed port instead of random to avoid connection issues
|
# 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.
|
# 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.
|
# 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 "/".
|
# The URL should generally end with "/".
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ cache:
|
|||||||
# This is more compatible across different Docker setups
|
# This is more compatible across different Docker setups
|
||||||
host: ""
|
host: ""
|
||||||
# Use a fixed port instead of random to avoid connection issues
|
# 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.
|
# 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.
|
# 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 "/".
|
# The URL should generally end with "/".
|
||||||
|
|||||||
Reference in New Issue
Block a user