Skip to content

Commit

Permalink
Add newline separator for appearence
Browse files Browse the repository at this point in the history
  • Loading branch information
andyasp committed Nov 6, 2023
1 parent 195f6c8 commit 0b9dfcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +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_TAG ?= $(subst /,-,$(GIT_BRANCH))-$(GIT_REVISION)

Expand Down

0 comments on commit 0b9dfcf

Please sign in to comment.