fix: Simplify act_runner config to match default structure and disable force_pull

This commit is contained in:
Damir Mukimov 2025-12-24 21:39:09 +01:00
parent de4a3a1859
commit 037f1e4669
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -10,17 +10,10 @@ data:
cache: cache:
enabled: false enabled: false
container: container:
require_docker: true network: bridge
docker_timeout: 300s
network_mode: bridge
privileged: false privileged: false
options: options:
- "--privileged" - "--privileged"
docker_host: "tcp://localhost:2375" docker_host: "tcp://localhost:2375"
docker_in_docker: true force_pull: false
registries:
docker.io:
username: ""
password: ""
use_http: false