dev-releases.md, Makefile: update release process

Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
Stephan Renatus
2018-09-06 09:09:46 +02:00
parent bb75dcd793
commit 1309c1f037
2 changed files with 4 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ export PATH := $(PWD)/bin:$(PATH)
VERSION ?= $(shell ./scripts/git-version)
DOCKER_REPO=quay.io/coreos/dex
DOCKER_REPO=quay.io/dexidp/dex
DOCKER_IMAGE=$(DOCKER_REPO):$(VERSION)
$( shell mkdir -p bin )