dysnix/Docker Release Tags action

Generates docker image tags base on the version provided

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
imageSpecifies the docker image (incl. registry)yes
tags-latestSpecifies whether to create the latest tags (:latest, :flavour)notrue
release-onlyWhether to consider the latest version to be in only in GH Releases (excluding tags)notrue
flavourSpecifies the image flavour (ex: onbuild, which is added to the tag)no""
updatesSpecifies depth of tag creation (minor/major)no""
tokenPersonal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value.no${{ github.token }}
namedescription
imagesFull image tags to generated for docker build
tagsTags to generated for docker build
versionCorresponds to the version of tag without v prefix and the release part
runsOnTagEquals to true when action is run against tagged commit