mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 12:48:57 +08:00
Add tag flavor
This commit is contained in:
parent
9de4428611
commit
94c31d2fed
6 changed files with 285 additions and 10 deletions
|
|
@ -54,6 +54,13 @@ inputs:
|
|||
description: 'GitHub Token as provided by secrets'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
flavor:
|
||||
description: 'Container flavor, with no leading dash, like "alpine" or "debian"'
|
||||
required: false
|
||||
main-flavor:
|
||||
description: 'Create tags without flavor as well'
|
||||
default: 'true'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
version:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue