Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 275 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 275 Bytes

Custom Docker image for building the Hack Kosice website

Steps to build and push to hub.docker.com:

  1. git tag <version>
  2. docker build -t hackkosice/hugo:`git describe --tags` .
  3. docker push hackkosice/hugo:`git describe --tags`