fix: use host network instead of creating it's own for test runners
This commit is contained in:
parent
5992ed1b6d
commit
cf4a15b83e
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ in {
|
||||||
url = config.services.forgejo.settings.server.ROOT_URL;
|
url = config.services.forgejo.settings.server.ROOT_URL;
|
||||||
tokenFile = config.age.secrets.kitchen-runner-token.path;
|
tokenFile = config.age.secrets.kitchen-runner-token.path;
|
||||||
labels = ["docker" "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"];
|
labels = ["docker" "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"];
|
||||||
settings.log.level = "warn";
|
settings = {
|
||||||
|
log.level = "warn";
|
||||||
|
container.network = "host";
|
||||||
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue