Commit 58eb25aa authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #813 from SEJeff/patch-1

[Makefile] Allow specifying VERSION as an env var
parents af0d9ceb 4630f69f
......@@ -3,7 +3,7 @@ ORG_PATH=github.com/coreos
REPO_PATH=$(ORG_PATH)/$(PROJ)
export PATH := $(PWD)/bin:$(PATH)
VERSION=$(shell ./scripts/git-version)
VERSION ?= $(shell ./scripts/git-version)
DOCKER_REPO=quay.io/coreos/dex
DOCKER_IMAGE=$(DOCKER_REPO):$(VERSION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment