add missing doc for target setting

This commit is contained in:
6543 2024-01-12 23:30:15 +01:00
parent 7b8ff603f4
commit 5b4cdcb6bf
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -31,7 +31,7 @@ Settings can be defined using the `settings` option for woodpecker plugins. All
| `build-args-from-env` | _none_ | forwards environment variables as custom arguments to the build | | `build-args-from-env` | _none_ | forwards environment variables as custom arguments to the build |
| `auto-tag` | `false` | if set generate .tags file, support format Major.Minor.Release or start with `v` docker tags: Major, Major.Minor, Major.Minor.Release and latest | | `auto-tag` | `false` | if set generate .tags file, support format Major.Minor.Release or start with `v` docker tags: Major, Major.Minor, Major.Minor.Release and latest |
| `log-level` | `info` | set different log level | | `log-level` | `info` | set different log level |
| `target` | _none_ | | `target` | _none_ | indicate which build stage is the target build stage |
| `cache` | `false` | use a cache repo | | `cache` | `false` | use a cache repo |
| `cache-repo` | _none_ | specify the cache repo | | `cache-repo` | _none_ | specify the cache repo |
| `cache-ttl` | _none_ | set the time to live for the cache | | `cache-ttl` | _none_ | set the time to live for the cache |