diff --git a/Makefile b/Makefile index aa9bc043..90b34976 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,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 ?= docker.na1.hsdp.io/covid +REGISTRY ?= docker.na1.hsdp.io/edi .NOTPARALLEL: GO_MAJOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1)