Skip to content

Commit 1b44e85

Browse files
Merge pull request #18 from sharifelgamal/bump-ko-v0.8.3-2
bump ko to v0.8.3
2 parents 6bc4a37 + 06a7c61 commit 1b44e85

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,13 +1,13 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.0.6
2+
VERSION=v0.0.7
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
99
image: ## Create and push multiarch manifest and images
10-
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
10+
curl -L https://github.com/google/ko/releases/download/v0.8.3/ko_0.8.3_$(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
1313

0 commit comments

Comments
 (0)