diff --git a/systems/palatine-hill/docker/act-runner.nix b/systems/palatine-hill/docker/act-runner.nix index 9c57225..7f2e2d4 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"; + image = "gitea/act_runner:nightly"; pull = "always"; extraOptions = [ "--stop-signal=SIGINT" @@ -35,7 +35,7 @@ in }; act-stable-latest-1 = { - image = "gitea/act_runner:latest"; + image = "gitea/act_runner:nightly"; pull = "always"; extraOptions = [ "--stop-signal=SIGINT" @@ -58,7 +58,7 @@ in }; act-stable-latest-2 = { - image = "gitea/act_runner:latest"; + image = "gitea/act_runner:nightly"; pull = "always"; extraOptions = [ "--stop-signal=SIGINT"