Handle tag-match-latest on Git tag event

This commit is contained in:
CrazyMax 2020-10-31 19:17:02 +01:00
parent b4c9b2116e
commit 8632141d51
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ Following inputs can be used as `step.with` keys
| `tag-edge-branch` | String | Branch that will be tagged as edge (default `repo.default_branch`) |
| `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 (default `true`) |
| `tag-match-latest` | Bool | Set `latest` Docker tag if `tag-match` matches or on Git tag event (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`) |