Steps to build and push to hub.docker.com:
git tag <version>
docker build -t hackkosice/hugo:`git describe --tags` .
docker push hackkosice/hugo:`git describe --tags`
Steps to build and push to hub.docker.com:
git tag <version>
docker build -t hackkosice/hugo:`git describe --tags` .
docker push hackkosice/hugo:`git describe --tags`