mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-18 19:08:55 +08:00
docs: explain how onlatest works
Just a bit more verbosity that would have made it clear for me. Signed-off-by: Marcin Owsiany <porridge@redhat.com>
This commit is contained in:
parent
c299e40c65
commit
e935e860ec
1 changed files with 2 additions and 2 deletions
|
|
@ -403,9 +403,9 @@ flavor: |
|
|||
|
||||
* `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`)
|
||||
* `prefix=<string>,onlatest=<true|false>`: A global prefix for each generated
|
||||
tag and optionally for `latest`
|
||||
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 and optionally for `latest`
|
||||
tag If `onlatest` (default `false) is set to `true`, also for the [latest tag](#latest-tag).
|
||||
|
||||
## `tags` input
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue