From 7936ce30fd20bb6fbf8e68c1898e1a158abbfac6 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 19 Jun 2025 13:02:14 +0200 Subject: [PATCH] Use string type --- runner_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner_system.nix b/runner_system.nix index 489543b..e2d1445 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -58,7 +58,7 @@ in oci-containers = { containers = { forgejo_runner = { - image = vegardit/gitea-act-runner:dind-latest; + image = "vegardit/gitea-act-runner:dind-latest"; autoStart = true; privileged = true; environment = {