Allow to disable latest tag

This commit is contained in:
CrazyMax 2020-12-01 06:16:21 +01:00
parent 4c2760ba7a
commit c7ce4f1da6
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 23 additions and 18 deletions

View file

@ -244,7 +244,7 @@ Following inputs can be used as `step.with` keys
| `tag-semver` | List | Handle Git tag as semver [template](#handle-semver-tag) if possible |
| `tag-match` | String | RegExp to match against a Git tag and use first match as Docker tag |
| `tag-match-group` | Number | Group to get if `tag-match` matches (default `0`) |
| `tag-match-latest` | Bool | Set `latest` Docker tag if `tag-match` matches or on Git tag event (default `true`) |
| `tag-latest` | Bool | Set `latest` Docker tag if `tag-semver`, `tag-match` or Git tag event occurs (default `true`) |
| `tag-schedule` | String | [Template](#schedule-tag) to apply to schedule tag (default `nightly`) |
| `sep-tags` | String | Separator to use for tags output (default `\n`) |
| `sep-labels` | String | Separator to use for labels output (default `\n`) |