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:
|
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
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user