chore: bumped node images to bookworm
This commit is contained in:
parent
a24acf9770
commit
86e3043f1a
1 changed files with 4 additions and 4 deletions
|
@ -32,11 +32,11 @@ in {
|
|||
url = "https://git.stupid.fish";
|
||||
tokenFile = config.desu.secrets.forgejo-runners-token-sf.path;
|
||||
labels = [
|
||||
"node18:docker://node:18-bullseye"
|
||||
"node20:docker://node:20-bullseye"
|
||||
"node22:docker://node:22-bullseye"
|
||||
"node18:docker://node:18-bookworm"
|
||||
"node20:docker://node:20-bookworm"
|
||||
"node22:docker://node:22-bookworm"
|
||||
# fun fact: the actual image doesnt matter! it's only used to determine the runner
|
||||
"docker:docker://node:22-bullseye"
|
||||
"docker:docker://node:22-bookworm"
|
||||
];
|
||||
settings = {
|
||||
runner.capacity = 8;
|
||||
|
|
Loading…
Reference in a new issue