Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Created August 10, 2016 10:48
Show Gist options
  • 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