mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-18 19:08:55 +08:00
Allow global prefix/suffix on latest
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
aa7478bca1
commit
375e313280
7 changed files with 245 additions and 59 deletions
|
|
@ -296,8 +296,8 @@ flavor: |
|
|||
```
|
||||
|
||||
* `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`)
|
||||
* `prefix=<string>`: A global prefix for each generated tag
|
||||
* `suffix=<string>`: A global suffix for each generated tag
|
||||
* `prefix=<string>,onlatest=<true|false>`: A global prefix for each generated tag and optionnally for `latest`
|
||||
* `suffix=<string>,onlatest=<true|false>`: A global suffix for each generated tag and optionnally for `latest`
|
||||
|
||||
## `tags` input
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue