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