Update Makefile

This commit is contained in:
praneethsandra 2021-05-03 12:10:48 +05:30 committed by GitHub
parent ed55dbfe0e
commit 5cab227113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)