fix: gitea-runner actions/cache workflows will now properly trigger
This commit is contained in:
parent
7546ce932a
commit
1dcbed3790
1 changed files with 4 additions and 1 deletions
|
|
@ -79,6 +79,8 @@ in {
|
|||
cache = {
|
||||
enabled = true;
|
||||
dir = "/var/cache/forgejo-runner/actions";
|
||||
host = "172.17.0.1";
|
||||
proxy_port = 37323;
|
||||
};
|
||||
|
||||
runner = {
|
||||
|
|
@ -91,6 +93,7 @@ in {
|
|||
container = {
|
||||
network = "bridge";
|
||||
privileged = false;
|
||||
docker_host = "automount";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -107,6 +110,6 @@ in {
|
|||
"forgejo/token" = {};
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = ["docker0" "podman1"];
|
||||
networking.firewall.allowedTCPPorts = [37323];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue