add CI images to repo
Some checks failed
/ check (push) Successful in 3m59s
build / build (nvim) (push) Failing after 3h0m0s

This commit is contained in:
iofq 2026-02-28 00:01:58 -06:00
parent abce966b76
commit aa9e5a90c6
8 changed files with 103 additions and 6 deletions

View file

@ -0,0 +1,14 @@
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}