diff --git a/Makefile b/Makefile index ab2f72a..2cea246 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.0.5-snapshot +VERSION=v0.0.5 GOOS?=$(shell go env GOOS) build: ## Build the gcp-auth-webhook binary @@ -13,4 +13,4 @@ image: ## Create and push multiarch manifest and images .PHONY: local-image local-image: build - docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out \ No newline at end of file + docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out