Skip to content

Commit 079cc70

Browse files
Apply suggestions from code review
Co-authored-by: Brennan Kinney <[email protected]> Signed-off-by: Marcin Owsiany <[email protected]>
1 parent 2da3a5a commit 079cc70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,11 @@ flavor: |
403403

404404
* `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`)
405405
* `prefix=<string>,onlatest=<true|false>`: A global prefix for each generated
406-
tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag).
406+
tag.
407407
* `suffix=<string>,onlatest=<true|false>`: A global suffix for each generated
408-
tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag).
408+
tag.
409+
410+
The `prefix` and `suffix` flavor settings can set `onlatest=true` (default: `false`) to additionally apply the affix to the [`latest` tag](#latest-tag) (_when it is added via the `flavor.latest` condition_).
409411

410412
## `tags` input
411413

0 commit comments

Comments
 (0)