toukanlabs/Generate tags

Genertaes semver compatible tags for docker images based on a slug reference (i.e, / converted to _)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
slugthe branch/tag reference in slug format (/ converted to _)yes
image-nameA docker image name. e.g, myrepo/myimageno
prefixA prefix to append before all tag names (e.g, debug)no""
suffixA suffix to append after all tag names (e.g, a client-specific suffix)no""
archAn optional architecture suffix to append after all tag names (e.g, amd64, arm64, etc). This is useful when building multi-arch images.no
allow-latest-tagif false, will prevent a latest tag being added, even if this is the newest versionnotrue
is-primaryif true, will add the default latest even when used with prefix or suffix, when the semver slug is the latest versionnofalse
docker-userThe docker hub user account (needed if image is private)no
docker-passThe docker hub account password (needed if image is private)no
namedescription
tagsA newline separated list of tags
slugA new slug with any leading v stripped off for semvers