Gitea actions should force pull the build image for every build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user