actions-marketplace-validations/dockerhub-retag

retag docker images in dockerhub without pulling

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 29, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/airbone95_dockerhub-retag@b37dfb1b012697f75c960d2a6ef6c8d8e65e01ab # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
old_tagthe old tag that should recieve the new tag (old tag will NOT be deleted)yes
new_tagthe new tag you want to set on the old tag imageyes
dockerhub_usernameusername to login to dockerhubyes
dockerhub_passwordpassword to login to dockerhubyes
dockerhub_repoimage repo in dockerhubyes

no outputs