Custom Docker image for building the Hack Kosice website 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`