From 5dd3dfbcddad9be1274d0e7645e0ccf78831b37d Mon Sep 17 00:00:00 2001 From: Lilian Date: Sun, 2 Nov 2025 20:48:24 +0100 Subject: [PATCH 1/2] Forgot to commit build containers script typo --- build-containers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-containers.sh b/build-containers.sh index 38d9df0..fc5840d 100755 --- a/build-containers.sh +++ b/build-containers.sh @@ -17,6 +17,6 @@ for container in "$BASEDIR"/Containerfile.*; do base=$(basename "$container") tag=${base#"Containerfile."} podman build -t "git.ctbk.de/infra/$tag" --cpu-quota 50000 -f "$container" $BASEDIR - podman --authfile /etc/forgejo-actions/podman-auth.json push "git.ctbk.de/infra/$tag" + podman push --authfile /etc/forgejo-actions/podman-auth.json "git.ctbk.de/infra/$tag" done From ada765d25f25b092f115db5d9bacf039cdc68ad6 Mon Sep 17 00:00:00 2001 From: Lilian Date: Sun, 2 Nov 2025 20:54:53 +0100 Subject: [PATCH 2/2] Only rebuild pre-built containers once per month --- build-containers.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-containers.timer b/build-containers.timer index 7e94554..806f8ab 100644 --- a/build-containers.timer +++ b/build-containers.timer @@ -2,8 +2,8 @@ Description=Rebuild Forgejo Actions containers [Timer] -# every two weeks (1st and 15th of the month) -OnCalendar=*-*-1,15 03:00:00 +# every month (on 1st of the month) +OnCalendar=*-*-1 03:00:00 Persistent=true RandomizedDelaySec=2h