newer -> always

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-06-01 18:35:15 -04:00
parent f81e84adee
commit d9303c47d3
5 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ in
virtualisation.oci-containers.containers = {
act-stable-latest-main = {
image = "gitea/act_runner:latest";
pull = "newer";
pull = "always";
extraOptions = [
"--stop-signal=SIGINT"
];
@ -36,7 +36,7 @@ in
act-stable-latest-1 = {
image = "gitea/act_runner:latest";
pull = "newer";
pull = "always";
extraOptions = [
"--stop-signal=SIGINT"
];
@ -59,7 +59,7 @@ in
act-stable-latest-2 = {
image = "gitea/act_runner:latest";
pull = "newer";
pull = "always";
extraOptions = [
"--stop-signal=SIGINT"
];