gitea act runner: reuse docker images

This commit is contained in:
2026-04-07 09:20:30 +02:00
parent 8a82d14797
commit 943915be74

View File

@@ -131,7 +131,7 @@
# If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
docker_host: ""
# Pull docker image(s) even if already present
force_pull: true
force_pull: false
# Rebuild docker image(s) even if already present
force_rebuild: false