mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 05:38:56 +08:00
Allow to disable latest tag
This commit is contained in:
parent
4c2760ba7a
commit
c7ce4f1da6
6 changed files with 23 additions and 18 deletions
|
|
@ -31,8 +31,13 @@ inputs:
|
|||
description: 'Group to get if tag-match matches (default 0)'
|
||||
default: '0'
|
||||
required: false
|
||||
tag-latest:
|
||||
description: 'Set latest Docker tag if tag-semver, tag-match or Git tag event occurs'
|
||||
default: 'true'
|
||||
required: false
|
||||
tag-match-latest:
|
||||
description: 'Set latest Docker tag if tag-match matches or on Git tag event'
|
||||
deprecationMessage: 'tag-match-latest is deprecated. Use tag-latest instead'
|
||||
description: '(DEPRECATED) Set latest Docker tag if tag-match matches or on Git tag event'
|
||||
default: 'true'
|
||||
required: false
|
||||
tag-schedule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue