mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-23 08:27:10 +01:00
set ubuntu-latest to mean 24.04 instead of ancient 22.04
This commit is contained in:
parent
f8b1e0ca3b
commit
3acaf5d98a
|
@ -17,7 +17,8 @@
|
||||||
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
|
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
|
||||||
tokenFile = "/etc/forgejo-runner/registration_token";
|
tokenFile = "/etc/forgejo-runner/registration_token";
|
||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:rust-latest"
|
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:rust-24.04"
|
||||||
|
"ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:rust-24.04"
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
container.network = "bridge";
|
container.network = "bridge";
|
||||||
|
|
Loading…
Reference in a new issue