2 Commits
Author SHA1 Message Date
volker.raschek 634a707ad1 fix(defaults): adapt config file path
Lint Markdown files / markdown-lint (push) Failing after 2s
Ansible Linter / ansible-lint (push) Successful in 1m1s
Release Ansible Role / Release Ansible Role (push) Successful in 3m26s
2026-06-11 21:17:20 +02:00
volker.raschek 097e24cd4a style(default): remove obsolete newline
Ansible Linter / ansible-lint (push) Successful in 1m1s
Lint Markdown files / markdown-lint (push) Failing after 12s
2026-06-11 20:03:31 +02:00
+1 -2
View File
@@ -1,7 +1,7 @@
## @section Act Runner
## @param gitea_runner_config_file Path to the gitea_runner configuration file
gitea_runner_config_file: /etc/gitea_runner/config.yaml
gitea_runner_config_file: /etc/gitea-runner/config.yaml
gitea_runner_config:
log:
@@ -90,7 +90,6 @@ gitea_runner_config:
require_docker: false
## @param gitea_runner_config.container.docker_timeout Timeout to wait for the docker daemon to be reachable
docker_timeout: 0s
## @param gitea_runner_config.container.bind_workdir Bind the workspace to the host filesystem instead of using Docker volumes. This is required for Docker-in-Docker (DinD) setups when jobs use docker compose with bind mounts (e.g., ".:/app"), as volume-based workspaces are not accessible from the DinD daemon's filesystem.
bind_workdir: false