actions-marketplace-validations/Update latest Docker tag

Update the latest tag of a Docker repo, but only if the new image is a (semver) newer version than what's there already.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repositoryDocker image repository to check and update. To update multiple repos, pass a multiline string.yes
candidate-tagThe newly-pushed image tag that possibly should be promoted to latestyes
latest-tagThe image tag to check and possibly updateyeslatest
version-sourceRead an image's version from a label (label:...) or environment variable (env:...)yeslabel:org.opencontainers.image.version
promote-prereleaseAllow prerelease versions to replace non-prerelease latestfalse
coerce-semverCoerce detected version values to semverfalse
manifest-platformRead the current version from the container config of this platform in a multi-arch index / manifest listlinux/amd64
namedescription
updatedWhether or not the image was updated (true or false)
latest-versionThe detected version of the latest tag
candidate-versionThe detected version of the candidate tag