mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
Rework latest behavior and handle flavor
This commit is contained in:
parent
63a49e1ec3
commit
e2af761bf7
10 changed files with 366 additions and 87 deletions
|
|
@ -11,7 +11,10 @@ inputs:
|
|||
description: 'List of Docker images to use as base name for tags'
|
||||
required: true
|
||||
tags:
|
||||
description: 'List of tags as key-value pair (format: type=ref,...)'
|
||||
description: 'List of tags as key-value pair attributes'
|
||||
required: false
|
||||
flavor:
|
||||
description: 'Flavors to apply'
|
||||
required: false
|
||||
labels:
|
||||
description: 'List of custom labels'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue