change gitea runner
This commit is contained in:
parent
96b52f7bd8
commit
7767dabc47
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue