Skip to content

airbone95/dockerhub-retag

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerhub-retag

retag images in dockerhub without pulling them

variables

this action uses the following inputs (all are required):

Variable Description Example
old_tag the old tag that you want to assign a new tag to (old tag will NOT be deleted) latest
new_tag the new tag you want to assign to the tag above production
dockerhub_username credentials to access dockerhub myuser
dockerhub_password credentials to access dockerhub supersecretpassword
dockerhub_repo the docker image you want to assign the new tag to myuser/mycontainer

About

retag images in dockerhub without pulling them

Resources

License

Stars

Watchers

Forks

Packages

No packages published