From 1850f7c2837abb7fa7042adeeadaf63bd9855ba1 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 13 Oct 2025 11:04:01 -0700 Subject: [PATCH] fix: crying --- nixos/servers/forgejo-runner/forgejo-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/servers/forgejo-runner/forgejo-runner.nix b/nixos/servers/forgejo-runner/forgejo-runner.nix index 78d6dfc4..c777921e 100644 --- a/nixos/servers/forgejo-runner/forgejo-runner.nix +++ b/nixos/servers/forgejo-runner/forgejo-runner.nix @@ -42,7 +42,7 @@ # tokenFile should be in format TOKEN=, since it's EnvironmentFile for systemd tokenFile = config.sops.secrets.forgejo-runner-token.path; labels = let - prefix = "docker://ghcr.io/catthehacker/ubuntu:act-"; + prefix = "docker://ghcr.io/catthehacker/ubuntu:act"; arches = { x86_64-linux = [ "ubuntu-latest:${prefix}-latest"