mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
fix: Configure docker.io registry for anonymous pulls in act_runner
This commit is contained in:
parent
5cf915e029
commit
de4a3a1859
@ -18,4 +18,9 @@ data:
|
|||||||
- "--privileged"
|
- "--privileged"
|
||||||
docker_host: "tcp://localhost:2375"
|
docker_host: "tcp://localhost:2375"
|
||||||
docker_in_docker: true
|
docker_in_docker: true
|
||||||
|
registries:
|
||||||
|
docker.io:
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
use_http: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user