Compare commits

..

No commits in common. "ada765d25f25b092f115db5d9bacf039cdc68ad6" and "f6fb39388e5352c19bcfaeae0802fde4b62e3ba2" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -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 push --authfile /etc/forgejo-actions/podman-auth.json "git.ctbk.de/infra/$tag"
podman --authfile /etc/forgejo-actions/podman-auth.json push "git.ctbk.de/infra/$tag"
done

View file

@ -2,8 +2,8 @@
Description=Rebuild Forgejo Actions containers
[Timer]
# every month (on 1st of the month)
OnCalendar=*-*-1 03:00:00
# every two weeks (1st and 15th of the month)
OnCalendar=*-*-1,15 03:00:00
Persistent=true
RandomizedDelaySec=2h