Compare commits
No commits in common. "83221b4587eac16d1a3ea4b058a1896416ad59e2" and "8cd5ce67a9b5df4733c4f96dc28a87963e5d1b83" have entirely different histories.
83221b4587
...
8cd5ce67a9
|
@ -64,9 +64,10 @@
|
|||
url = "https://git.hoyer.xyz";
|
||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||
labels = [
|
||||
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
||||
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
||||
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
||||
"ubuntu-latest:docker://node:16-bullseye"
|
||||
"ubuntu-22.04:docker://node:16-bullseye"
|
||||
"ubuntu-20.04:docker://node:16-bullseye"
|
||||
"ubuntu-18.04:docker://node:16-buster"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue