bitdeps/Rolling tag

Rolling Tag: Provides Immutable Revisions for container images

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion to callculate the rolling tag for.yes
filterRegular expression to filter version releases/tags.no""
releases-onlyInspect only github releases, when set to false retrieves tags from github.notrue
latest-githubDetect (by default) or get the latest tag from the latest github release.nofalse
latest-pinRegular expression to pin the latest version.no
tokenPersonal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value.${{ github.token }}
namedescription
tagValue of the rolling tag for the given version. For example if version is v0.1.1, rolling tag can be v0.1.1 or v0.1.1-r1 etc.
versionValue of tag minus -r\d+ .
semverSemver presents the version stripped until \d+.\d+.\d+ .
latest-tagThe current latest rolling tag (it can be the same with latest-version if not rolled yet).
latest-versionSame as latest-tag, but without -r\d+ suffix.
updates-latestSpecifies whether the new rolling tag should update the latest tag.