Skip to content

Commit

Permalink
Merge pull request #51 from spowelljr/release
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
spowelljr authored May 23, 2023
2 parents a119f5f + 358ac5c commit 08a7a35
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,9 +1,9 @@
REGISTRY?=gcr.io/k8s-minikube
VERSION=v0.0.14
VERSION=v0.1.0
GOOS?=$(shell go env GOOS)
GOARCH?=$(shell go env GOARCH)
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
KO_VERSION=0.12.0
KO_VERSION=0.13.0
BASE_IMAGE?=gcr.io/distroless/static:nonroot

build: ## Build the gcp-auth-webhook binary
Expand Down

0 comments on commit 08a7a35

Please sign in to comment.