fgerthoffert/Docker Shorthand Tags

Generate shorthand tags from semver releases present in a Docker repository repository (1.2.3 => 1 & 1.2)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
src_registrySource Docker registry (e.g. dockerhub, github)yes
src_repositorySource Docker repository (e.g. user/repo)yes
src_usernameUsername to connect to the source registryyes
src_secretSecret to connect to the source registry (password or token)yes
dst_registryDestination Docker registry (e.g. dockerhub, github)yes
dst_repositoryDestination Docker repository (e.g. user/repo)yes
dst_usernameUsername to connect to the destination registryyes
dst_secretSecret to connect to the destination registry (password or token)yes
dev_cacheEnable development cache, this prevents the action from fetching data from the source registry too frequently during developmentnofalse
version_digits_countNumber of version digits to include in the shorthand tags (for example 3 for 1.2.3 or 4 for 1.2.3.4)no3
snapshot_suffixSuffix for which shorthands should be created (for example 1-SNAPSHOT and 1.2-SNAPSHOT for 1.2.3-SNAPSHOT)no-SNAPSHOT
dry_runEnable dry run mode, this prevents the action from making any changes to the target registry during development. Will output the docker commands instead of executing themnotrue
create_latestEnable creation of latest tags (e.g. latest) for most recent (highest digit) release pushednofalse

no outputs