We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47999ed commit 023ac4dCopy full SHA for 023ac4d
Makefile
@@ -1,9 +1,8 @@
1
.ONESHELL:
2
3
-
4
PROJECT := coder-labeler
5
-DOCKER_TAG := us-central1-docker.pkg.dev/$(PROJECT)/labeler/labeler
6
+COMMIT_SHA := $(shell git rev-parse --short HEAD)
+DOCKER_TAG := us-central1-docker.pkg.dev/$(PROJECT)/labeler/labeler:$(COMMIT_SHA)
7
8
.PHONY: build push deploy
9
0 commit comments