change gitea runner
This commit is contained in:
@@ -153,7 +153,10 @@ in
|
||||
url = "https://git.cloonar.com";
|
||||
name = "main";
|
||||
tokenFile = "/run/secrets/gitea-runner-token";
|
||||
labels = [ "nixos-docker" ];
|
||||
labels = [
|
||||
"ubuntu-latest:docker://node:18-bullseye"
|
||||
"native:host"
|
||||
];
|
||||
hostPackages = with pkgs; [
|
||||
nodejs
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user