fix: Configure docker.io registry for anonymous pulls in act_runner

This commit is contained in:
Damir Mukimov 2025-12-24 21:37:06 +01:00
parent 5cf915e029
commit de4a3a1859
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -18,4 +18,9 @@ data:
- "--privileged"
docker_host: "tcp://localhost:2375"
docker_in_docker: true
registries:
docker.io:
username: ""
password: ""
use_http: false