nix-cache01: re-add homelab label
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m15s
Periodic flake update / flake-update (push) Successful in 2m32s

This commit is contained in:
2025-08-27 23:00:47 +02:00
parent e5d799ef68
commit 3219b8da4b

View File

@@ -39,11 +39,15 @@
privileged = false; privileged = false;
}; };
}; };
labels = builtins.map (n: "${n}:docker://gitea/runner-images:${n}") [ labels =
"ubuntu-latest" builtins.map (n: "${n}:docker://gitea/runner-images:${n}") [
"ubuntu-latest-slim" "ubuntu-latest"
"ubuntu-latest-full" "ubuntu-latest-slim"
]; "ubuntu-latest-full"
]
++ [
"homelab"
];
url = "https://git.t-juice.club"; url = "https://git.t-juice.club";
}; };