Skip to content

Commit

Permalink
Merge pull request #12 from sharifelgamal/v0.0.5
Browse files Browse the repository at this point in the history
Bump version to v0.0.5
  • Loading branch information
sharifelgamal authored Mar 19, 2021
2 parents b997282 + 2cb3ddf commit 08136ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out

0 comments on commit 08136ca

Please sign in to comment.