add CI images to repo
Some checks failed
/ check (push) Failing after 2m15s
build / build (nvim) (push) Has been cancelled

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

View file

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