add CI images to repo
Some checks failed
/ check (push) Successful in 4m38s
build / build (nvim) (push) Failing after 5m30s

This commit is contained in:
iofq 2026-02-28 00:01:58 -06:00
parent abce966b76
commit 1fa7f6a2fc
8 changed files with 99 additions and 7 deletions

View file

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