nextdoor/Docker Image Retag Action

Pulls a Docker image, tags it, and republishes it back to the registry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageThe fully qualified name of the image you are pulling (repository/namespace/image).yes
source_tagThe source image tag to pull (ie, `$sha`)yes
dest_tagThe destination tag (the new tag) to create and publishyes
verboseIf set to 'true', then the 'set -x' flag will be turned on to help debug the action.nofalse
dryIf set to 'true', then the docker image pull will happen and the retag will happen - but no image push will happen.nofalse

no outputs