Force pull the act_runner containers
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-01-25 21:16:13 -06:00
parent 02bcb351f7
commit e5d0db1eac
+3
View File
@@ -102,6 +102,9 @@
"nix-latest:docker://src.thehellings.com/greg/builder:latest" "nix-latest:docker://src.thehellings.com/greg/builder:latest"
]; ];
name = "isaiah-podman"; name = "isaiah-podman";
settings = {
container.force_pull = true;
};
tokenFile = config.age.secrets.gitea-runner-isaiah-podman.path; tokenFile = config.age.secrets.gitea-runner-isaiah-podman.path;
url = "https://gitea.shire-zebra.ts.net"; url = "https://gitea.shire-zebra.ts.net";
}; };