Gitea actions should force pull the build image for every build.

This commit is contained in:
ml
2026-07-04 05:45:17 +02:00
parent 883893f755
commit cc01a61dc3
@@ -17,5 +17,7 @@ container:
privileged: false
valid_volumes:
- /tmp
force_pull: false
force_pull: true # otherwise a job container image update (e.g. a build-image
# rebuild pushed to :latest) is silently ignored — the runner
# just reuses whatever it already has cached under that tag
force_rebuild: false