Merge pull request #1290 from srenatus/sr/release-process/update-quay-notes

release process: update quay notes
This commit is contained in:
Eric Chiang
2018-09-10 08:58:38 -07:00
committed by GitHub
3 changed files with 5 additions and 21 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 )