ustetind/gitea-runners: update docker image, update registration keys

This commit is contained in:
2024-12-22 23:15:51 +01:00
committed by h7x4
parent 4507ffe2ab
commit edb448f7a0
2 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ let
enable = true;
name = "git-runner-${name}"; url = "https://git.pvv.ntnu.no";
labels = [
"debian-latest:docker://node:18-bullseye"
"ubuntu-latest:docker://node:18-bullseye"
"debian-latest:docker://node:current-bookworm"
"ubuntu-latest:docker://node:current-bookworm"
];
tokenFile = config.sops.secrets."gitea/runners/${name}".path;
};