fix: Configure act_runner to skip registry verification for docker.io

This commit is contained in:
Damir Mukimov 2025-12-24 22:39:17 +01:00
parent da1074086c
commit 009ee15d92
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -16,4 +16,8 @@ data:
- "--privileged" - "--privileged"
docker_host: "tcp://localhost:2375" docker_host: "tcp://localhost:2375"
force_pull: false force_pull: false
registries:
"docker.io":
skip_verify: true
use_http: false