Add gitea runner image
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -10,16 +10,7 @@ let
|
||||
runnerConfig = pkgs.writeTextDir "/etc/gitea-act-runner/config.yaml" (
|
||||
builtins.readFile (
|
||||
(pkgs.formats.yaml { }).generate "config.yaml" {
|
||||
runner = {
|
||||
file = "/var/lib/gitea-act-runner/registration";
|
||||
capacity = 4;
|
||||
labels = [
|
||||
"ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
|
||||
"ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
||||
"ubuntu-20.04:docker://catthehacker/ubuntu:act-20.04"
|
||||
"ubuntu-18.04:docker://catthehacker/ubuntu:act-18.04"
|
||||
];
|
||||
};
|
||||
runner.file = "/var/lib/gitea-act-runner/registration";
|
||||
cache.dir = "/tmp/gitea-act-runner/";
|
||||
# https://gitea.com/gitea/act_runner/issues/223#issuecomment-743748
|
||||
container.docker_host = "-";
|
||||
|
Reference in New Issue
Block a user