2 Commits

Author SHA1 Message Date
4070f092fb chore: publish 5.2.0+12.3.0 release 2026-01-06 17:07:05 +01:00
65cdf55374 add RUNNER_NETWORK_NAME env 2026-01-06 17:05:57 +01:00
3 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
- "data:/data"
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=5.1.0+12.3.0"
- "coop-cloud.${STACK_NAME}.version=5.2.0+12.3.0"
networks:
- internal
ports:

View File

@ -9,6 +9,7 @@ runner:
capacity: {{ env "RUNNER_CAPACITY" }}
# Extra environment variables to run jobs.
envs:
RUNNER_NETWORK_NAME: {{ if eq (env "CONTAINER_NETWORK") "default" }}{{ env "STACK_NAME" }}_internal{{ else }}{{ env "CONTAINER_NETWORK" }}{{ end }}
# A_TEST_ENV_NAME_1: a_test_env_value_1
# A_TEST_ENV_NAME_2: a_test_env_value_2
# Extra environment variables to run jobs from a file.

1
release/5.2.0+12.3.0 Normal file
View File

@ -0,0 +1 @@
add RUNNER_NETWORK_NAME env to the runner