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"