nix-cache01: re-add homelab label
This commit is contained in:
@@ -39,10 +39,14 @@
|
|||||||
privileged = false;
|
privileged = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
labels = builtins.map (n: "${n}:docker://gitea/runner-images:${n}") [
|
labels =
|
||||||
|
builtins.map (n: "${n}:docker://gitea/runner-images:${n}") [
|
||||||
"ubuntu-latest"
|
"ubuntu-latest"
|
||||||
"ubuntu-latest-slim"
|
"ubuntu-latest-slim"
|
||||||
"ubuntu-latest-full"
|
"ubuntu-latest-full"
|
||||||
|
]
|
||||||
|
++ [
|
||||||
|
"homelab"
|
||||||
];
|
];
|
||||||
|
|
||||||
url = "https://git.t-juice.club";
|
url = "https://git.t-juice.club";
|
||||||
|
Reference in New Issue
Block a user