Skip to content

Commit 08136ca

Browse files
Merge pull request #12 from sharifelgamal/v0.0.5
Bump version to v0.0.5
2 parents b997282 + 2cb3ddf commit 08136ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.0.5-snapshot
2+
VERSION=v0.0.5
33
GOOS?=$(shell go env GOOS)
44

55
build: ## Build the gcp-auth-webhook binary
@@ -13,4 +13,4 @@ image: ## Create and push multiarch manifest and images
1313

1414
.PHONY: local-image
1515
local-image: build
16-
docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out
16+
docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out

0 commit comments

Comments
 (0)