Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Explicit version in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorDoyle committed Jan 20, 2017
1 parent a8f7e33 commit 2db20fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@

all: docker

sha=$(shell git describe --tags --dirty --always)
version=v0.1.1

docker:
docker build --no-cache -t kcm:$(sha) .
docker build --no-cache -t kcm:$(version) .
@echo ""
@echo "To run the docker image, run command:"
@echo "docker run -it kcm:$(sha) ..."
@echo "docker run -it kcm:$(version) ..."

# Output neatly formatted HTML docs to `docs/html`.
#
Expand Down

0 comments on commit 2db20fb

Please sign in to comment.