sergeysova/Docker Semver Publish

Parses git tag and branch and create convenient docker tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
imageThe name of the docker imageyes
usernameThe username for the registryyes
passwordThe password or token for the registryyes
registryThe registry to push an imageno
dockerfileCustom dockerfile that should be buildno
contextChange the Docker build contextno
workdirChange directory for building docker imageno
buildargsPass arguments to build-args when building docker imageno
buildoptionsConfigure options for buildingno
cacheEnable docker cacheno
snapshotPush date-time-hash tag to registryno
tag_extraAdd custom docker tags to push, separated by spaceno
tag_from_labelAdd tag to image from image labelno
tag_separatorParses git tag as two parts project name and versionno
tag_semverParses git tag as semverno
semver_higherAlso push docker tags with higher version updatesno
namedescription
digestIs the digest of the image, which was pushed
tagIs the first tag, which was pushed
semverIs the parsed semantic version, if enabled