Skip to content

Commit

Permalink
update makefile minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hz committed Jul 18, 2024
1 parent a7220bc commit 856c304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-metrics-stackdriver-adapter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GOOS?=linux
OUT_DIR?=build
PACKAGE=github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
PREFIX?=staging-k8s.gcr.io
TAG = v0.15.0
TAG = v0.15.1
PKG := $(shell find pkg/* -type f)

.PHONY: build docker push test clean
Expand Down

0 comments on commit 856c304

Please sign in to comment.