Compare commits

...

4 Commits

Author SHA1 Message Date
Marcin Owsiany
2120ece03e
Merge a2f14c6328 into c299e40c65 2025-12-08 08:41:52 +01:00
Marcin Owsiany
a2f14c6328 Add a link.
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2025-12-08 08:41:45 +01:00
Marcin Owsiany
8b535fa223 Put default first.
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2025-12-08 08:41:24 +01:00
Marcin Owsiany
8f68d6b0aa Apply suggestions from code review
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
2025-12-08 08:39:41 +01:00

View File

@ -402,10 +402,12 @@ flavor: |
``` ```
* `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`) * `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`)
* `prefix=<string>,onlatest=<true|false>`: A global prefix for each generated * `prefix=<string>,onlatest=<false|true>`: A global prefix for each generated
tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). tag.
* `suffix=<string>,onlatest=<true|false>`: A global suffix for each generated * `suffix=<string>,onlatest=<false|true>`: A global suffix for each generated
tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag). tag.
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_). See also [this comment](https://github.com/docker/metadata-action/issues/567#issuecomment-3579068205) for more info.
## `tags` input ## `tags` input