Update Makefile
This commit is contained in:
parent
42475c28f7
commit
4f514d263d
2
Makefile
2
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 ?= quay.io/oauth2-proxy
|
||||
REGISTRY ?= docker.na1.hsdp.io/covid
|
||||
.NOTPARALLEL:
|
||||
|
||||
GO_MAJOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue