mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
fix: Simplify act_runner config to match default structure and disable force_pull
This commit is contained in:
parent
de4a3a1859
commit
037f1e4669
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user