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:
enabled: false
container:
require_docker: true
docker_timeout: 300s
network_mode: bridge
network: bridge
privileged: false
options:
- "--privileged"
docker_host: "tcp://localhost:2375"
docker_in_docker: true
registries:
docker.io:
username: ""
password: ""
use_http: false
force_pull: false