Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 275 Bytes

File metadata and controls

8 lines (6 loc) · 275 Bytes

Log into Dockerhub

docker login --username=yourhubusername (you will be prompted for your password)

Tag the Docker image

docker tag golangwebapi adminturneddevops/golangwebapi:latest

Push the Docker image to DockerHub

docker push adminturneddevops/golangwebapi:latest