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:
parent
20bf504546
commit
5aaf293e57
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue