mirror of
https://github.com/docker/metadata-action.git
synced 2025-07-10 18:51:51 +02:00
Missing input in action.yml
This commit is contained in:
@ -21,6 +21,9 @@ inputs:
|
|||||||
tag-edge-branch:
|
tag-edge-branch:
|
||||||
description: 'Branch that will be tagged as edge (default repo.default_branch)'
|
description: 'Branch that will be tagged as edge (default repo.default_branch)'
|
||||||
required: false
|
required: false
|
||||||
|
tag-semver:
|
||||||
|
description: 'Handle Git tag as semver template if possible'
|
||||||
|
required: false
|
||||||
tag-match:
|
tag-match:
|
||||||
description: 'RegExp to match against a Git tag and use match group as Docker tag'
|
description: 'RegExp to match against a Git tag and use match group as Docker tag'
|
||||||
required: false
|
required: false
|
||||||
|
Reference in New Issue
Block a user