mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Add semver support when using git tags (#69)
* Add semver tag support * Allow tag_names to be a fallback for tag_semver
This commit is contained in:
@@ -35,6 +35,9 @@ inputs:
|
||||
tag_names:
|
||||
description: 'Use tag_names when you want to push tags/release by their git name'
|
||||
required: false
|
||||
tag_semver:
|
||||
description: 'Push semver docker tags. e.g. image:1.2.3, image:1.2, image:1'
|
||||
required: false
|
||||
outputs:
|
||||
tag:
|
||||
description: 'Is the tag, which was pushed'
|
||||
|
||||
Reference in New Issue
Block a user