Skip to content

Commit

Permalink
Modify to us.gcr.io/kubernetes-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvdimitrov committed Jul 13, 2023
1 parent a24dc0d commit 88b02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generate the default image tag based on the git branch and revision.
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
GIT_REVISION := $(shell git rev-parse --short HEAD)
IMAGE_PREFIX ?= grafana
IMAGE_PREFIX ?= us.gcr.io/kubernetes-dev
IMAGE_TAG ?= $(GIT_BRANCH)-$(GIT_REVISION)

GOOS ?= $(shell go env GOOS)
Expand Down

0 comments on commit 88b02c9

Please sign in to comment.