0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-14 01:18:59 -05:00

feat: new runner config force_rebuild

This commit is contained in:
gratux 2025-01-11 17:10:35 +01:00
parent 20bf504546
commit 5aaf293e57

View file

@ -226,6 +226,8 @@ container:
docker_host: "-"
# Pull docker image(s) even if already present
force_pull: false
# Rebuild local docker image(s) even if already present
force_rebuild: false
host:
# The parent directory of a job's working directory.
@ -235,7 +237,9 @@ host:
Note: `container.docker_host = "automount"` is only available for
forgejo-runner >= 5.0.3. For forgejo-runner < 5.0.3, it must be explicitly
set to an empty string.
set to an empty string. \
Note: `container.force_rebuild` is only available for
forgejo-runner >= 6.0.2. For forgejo-runner < 6.0.2, it defaults to `false`
#### Cache configuration