diff --git a/Makefile b/Makefile index 73507560..7f394a60 100644 --- a/Makefile +++ b/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")