- Login:
docker login
- Build the new image:
docker build .
- Get the new image ID:
docker image ls
- Make a new tag, updating versions where necessary:
docker tag <image id> dspencer01/atomicjolt-ci:ruby-2.4.1--node-8.15.1--yarn-1.10.1
- Push the new tag to dockerhub:
docker push dspencer01/atomicjolt-ci:ruby-2.4.1--node-8.15.1--yarn-1.10.1