summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deaff94c..1c1bff8d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
AUTHZD_BIN := bin/authzd
CLI_BIN := bin/cli
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
-IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH)
PROJECT_NAME := $(shell basename $(shell pwd))
+IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH)
.PHONY: build check test run clean fmt lint doc vendor
.PHONY: build-image run-image