actions-marketplace-validations/dockerhub-retag
retag docker images in dockerhub without pulling
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 29, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/airbone95_dockerhub-retag@b37dfb1b012697f75c960d2a6ef6c8d8e65e01ab # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| old_tag | the old tag that should recieve the new tag (old tag will NOT be deleted) | yes | — |
| new_tag | the new tag you want to set on the old tag image | yes | — |
| dockerhub_username | username to login to dockerhub | yes | — |
| dockerhub_password | password to login to dockerhub | yes | — |
| dockerhub_repo | image repo in dockerhub | yes | — |
Outputs
no outputs