mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 13:48:57 +08:00
Allow to disable edge branch tagging
This commit is contained in:
parent
a0b5755726
commit
5912bb7510
6 changed files with 50 additions and 16 deletions
|
|
@ -15,6 +15,10 @@ inputs:
|
|||
default: 'false'
|
||||
required: false
|
||||
tag-edge:
|
||||
description: 'Enable edge branch tagging'
|
||||
default: 'false'
|
||||
required: false
|
||||
tag-edge-branch:
|
||||
description: 'Branch that will be tagged as edge (default repo.default_branch)'
|
||||
required: false
|
||||
tag-schedule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue