From cc01a61dc3a76fd1e61b570831e508f7bcf38afa Mon Sep 17 00:00:00 2001 From: ml Date: Sat, 4 Jul 2026 05:45:17 +0200 Subject: [PATCH] Gitea actions should force pull the build image for every build. --- ansible/roles/act_runner/templates/config.yml.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/roles/act_runner/templates/config.yml.j2 b/ansible/roles/act_runner/templates/config.yml.j2 index bb8d365..89acd33 100644 --- a/ansible/roles/act_runner/templates/config.yml.j2 +++ b/ansible/roles/act_runner/templates/config.yml.j2 @@ -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