Skip to content

Commit 19aa2f5

Browse files
Merge pull request #10 from sharifelgamal/v0.0.4
Bump gcp-auth-webhook image version to v0.0.4
2 parents 6855cb2 + a3fa369 commit 19aa2f5

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,12 +1,12 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.0.3
2+
VERSION=v0.0.4
33
GOOS?=$(shell go env GOOS)
44

55
build: ## Build the gcp-auth-webhook binary
66
CGO_ENABLED=0 GOOS=linux go build -o out/gcp-auth-webhook server.go
77

88
.PHONY: image
9-
image: build ## Create and push multiarch manifest and images
9+
image: ## Create and push multiarch manifest and images
1010
curl -L https://github.com/google/ko/releases/download/v0.8.0/ko_0.8.0_$(GOOS)_x86_64.tar.gz | tar xzf - ko && chmod +x ./ko
1111
KO_DOCKER_REPO=$(REGISTRY) ./ko publish -B . --platform all -t $(VERSION)
1212
rm ./ko

0 commit comments

Comments
 (0)