fix: add docker.io to unqualified registries conf
All checks were successful
/ pre-run (push) Successful in 24s
/ build-runner (push) Successful in 3m48s
/ post-run (push) Successful in 29s

This commit is contained in:
Marc 2024-11-06 22:34:14 -05:00
parent 5df3bdf743
commit 893514cbad
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -1,3 +1,5 @@
unqualified-search-registries = ["docker.io"]
[[registry]] [[registry]]
insecure = true insecure = true
location = "host.containers.internal:5000" location = "host.containers.internal:5000"