Created
August 10, 2016 10:48
-
-
Save muhammadghazali/2debf7ac06950d7232b3b9fca6d9ed73 to your computer and use it in GitHub Desktop.
Build the image with specific tag and push it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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