Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Created August 10, 2016 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muhammadghazali/2debf7ac06950d7232b3b9fca6d9ed73 to your computer and use it in GitHub Desktop.
Save muhammadghazali/2debf7ac06950d7232b3b9fca6d9ed73 to your computer and use it in GitHub Desktop.
Build the image with specific tag and push it
#!/bin/bash
docker build -t dockerhub-username/repository-name:0.10 .
docker push dockerhub-username/repository-name:0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment