fix forgejo actions

This commit is contained in:
Lyn Fugmann 2024-10-06 20:04:32 +02:00
parent 161a4ae838
commit 9662b35f42
Signed by untrusted user: fugi
GPG key ID: 4472A20091BFA792
2 changed files with 12 additions and 3 deletions

View file

@ -16,6 +16,15 @@
tokenFile = config.sops.secrets."forgejo/runner-token".path;
url = "https://git.ifsr.de";
name = "quitte";
settings = {
container = {
# use podman's default network, otherwise dns was not working for some reason
network = "podman";
# don't mount the docker socket into the build containers,
# this would basically mean root on the host...
docker_host = "-";
};
};
};
};
}