fix registry
This commit is contained in:
parent
44868d48fa
commit
3689a176e0
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ GOLANGCILINT ?= golangci-lint
|
|||
BINARY := oauth2-proxy
|
||||
VERSION ?= $(shell git describe --always --dirty --tags 2>/dev/null || echo "undefined")
|
||||
# Allow to override image registry.
|
||||
REGISTRY ?= quay.io/oauth2-proxy
|
||||
REGISTRY ?= docker.io/jargij
|
||||
REPOSITORY ?= oauth2-proxy
|
||||
|
||||
DATE := $(shell date +"%Y%m%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue