feat: add tag-suffix and tag-prefix options

This commit is contained in:
CharlieC3 2021-03-08 16:52:14 -05:00
parent 5f29dbc7d7
commit 983af1f9f4
No known key found for this signature in database
GPG key ID: 0DDC8A2437C56218
6 changed files with 167 additions and 8 deletions

View file

@ -282,6 +282,8 @@ Following inputs can be used as `step.with` keys
| `tag-schedule` | String | [Template](#schedule-tag) to apply to schedule tag (default `nightly`) |
| `tag-custom` | List/CSV | List of custom tags |
| `tag-custom-only` | Bool | Only use `tag-custom` as Docker tags |
| `tag-suffix` | String | Appends a string to the end of all Docker tags |
| `tag-prefix` | String | Prepends a string to the beginning of all Docker tags |
| `label-custom` | List | List of custom labels |
| `sep-tags` | String | Separator to use for tags output (default `\n`) |
| `sep-labels` | String | Separator to use for labels output (default `\n`) |