From bc710058da68b591212ba5055a07571ef0a0933a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 25 Mar 2025 23:41:15 -0400 Subject: [PATCH] revert dind rootless --- systems/palatine-hill/docker/act-runner.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/palatine-hill/docker/act-runner.nix b/systems/palatine-hill/docker/act-runner.nix index d9f211c..97db4fa 100644 --- a/systems/palatine-hill/docker/act-runner.nix +++ b/systems/palatine-hill/docker/act-runner.nix @@ -11,7 +11,7 @@ in { virtualisation.oci-containers.containers = { act-stable-latest-main = { - image = "gitea/act_runner:latest-dind-rootless"; + image = "gitea/act_runner:latest"; extraOptions = [ "--stop-signal=SIGINT" ]; @@ -35,7 +35,7 @@ in }; act-stable-latest-1 = { - image = "gitea/act_runner:latest-dind-rootless"; + image = "gitea/act_runner:latest"; extraOptions = [ "--stop-signal=SIGINT" ]; @@ -58,7 +58,7 @@ in }; act-stable-latest-2 = { - image = "gitea/act_runner:latest-dind-rootless"; + image = "gitea/act_runner:latest"; extraOptions = [ "--stop-signal=SIGINT" ];