add CI images to repo
Some checks are pending
build / build (nvim) (push) Has started running
/ check (push) Successful in 3m50s

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

View file

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