We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b997282 + 2cb3ddf commit 08136caCopy full SHA for 08136ca
Makefile
@@ -1,5 +1,5 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.0.5-snapshot
+VERSION=v0.0.5
3
GOOS?=$(shell go env GOOS)
4
5
build: ## Build the gcp-auth-webhook binary
@@ -13,4 +13,4 @@ image: ## Create and push multiarch manifest and images
13
14
.PHONY: local-image
15
local-image: build
16
- docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out
+ docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out
0 commit comments