mirror of
https://github.com/docker/metadata-action.git
synced 2025-12-15 22:09:00 +08:00
Compare commits
3 Commits
2da3a5aaf8
...
a2f14c6328
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2f14c6328 | ||
|
|
8b535fa223 | ||
|
|
8f68d6b0aa |
10
README.md
10
README.md
@ -402,10 +402,12 @@ flavor: |
|
||||
```
|
||||
|
||||
* `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`)
|
||||
* `prefix=<string>,onlatest=<true|false>`: A global prefix for each generated
|
||||
tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag).
|
||||
* `suffix=<string>,onlatest=<true|false>`: A global suffix for each generated
|
||||
tag. If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag).
|
||||
* `prefix=<string>,onlatest=<false|true>`: A global prefix for each generated
|
||||
tag.
|
||||
* `suffix=<string>,onlatest=<false|true>`: A global suffix for each generated
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user