forked from mystiq/dex
Merge pull request #813 from SEJeff/patch-1
[Makefile] Allow specifying VERSION as an env var
This commit is contained in:
commit
58eb25aa60
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue