mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
fix: Configure act_runner to skip registry verification for docker.io
This commit is contained in:
parent
da1074086c
commit
009ee15d92
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user