mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
feat: add tag-suffix and tag-prefix options
This commit is contained in:
parent
5f29dbc7d7
commit
983af1f9f4
6 changed files with 167 additions and 8 deletions
|
|
@ -50,6 +50,12 @@ inputs:
|
|||
tag-custom-only:
|
||||
description: 'Only use tag-custom as Docker tags'
|
||||
required: false
|
||||
tag-suffix:
|
||||
description: 'Appends a string to the end of all Docker tags'
|
||||
required: false
|
||||
tag-prefix:
|
||||
description: 'Prepends a string to the beginning of all Docker tags'
|
||||
required: false
|
||||
label-custom:
|
||||
description: 'List of custom labels'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue