init
Some checks failed
/ check (push) Failing after 3m50s

This commit is contained in:
iofq 2026-01-11 23:06:17 -06:00
parent 36f19d42c5
commit 48d6111dce
2 changed files with 15 additions and 1 deletions

View file

@ -5,8 +5,8 @@ jobs:
steps:
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- run: nix-env -i nodejs # bootstrap
- run: curl -sLo /etc/containers/policy.json https://github.com/containers/skopeo/blob/879dbc3757610a574f9fcc44ea23ef9e8e2b6fe3/default-policy.json
- uses: actions/checkout@v4
- run: mkdir -p /etc/containers && cp default-policy.json /etc/containers/policy.json
- run: |-
nix develop --command bash -c '
for line in $(cat tags.txt); do

14
default-policy.json Normal file
View file

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