From 3acaf5d98a12b73fe5ca57643dcff6350a85eb63 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Thu, 13 Feb 2025 19:03:52 +0100 Subject: [PATCH] set ubuntu-latest to mean 24.04 instead of ancient 22.04 --- hosts/forgejo-runner-1/forgejo-runner.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/forgejo-runner-1/forgejo-runner.nix b/hosts/forgejo-runner-1/forgejo-runner.nix index e9f634e..4edc17e 100644 --- a/hosts/forgejo-runner-1/forgejo-runner.nix +++ b/hosts/forgejo-runner-1/forgejo-runner.nix @@ -17,7 +17,8 @@ # tokenFile should be in format TOKEN=, since it's EnvironmentFile for systemd tokenFile = "/etc/forgejo-runner/registration_token"; 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 = { container.network = "bridge";