Compare commits

..

No commits in common. "a2f14c6328237f92d8e1c14ee14c5847dbf7ed23" and "2da3a5aaf814020b832b1cfe52134caad2eb3f72" have entirely different histories.

View File

@ -402,12 +402,10 @@ 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=<false|true>`: A global prefix for each generated * `prefix=<string>,onlatest=<true|false>`: A global prefix for each generated
tag. tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag).
* `suffix=<string>,onlatest=<false|true>`: A global suffix for each generated * `suffix=<string>,onlatest=<true|false>`: A global suffix for each generated
tag. tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-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