We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce843a2 commit fa5be91Copy full SHA for fa5be91
Makefile
@@ -1,5 +1,5 @@
1
-IMAGE_NAME := "ghcr.io/"
2
-IMAGE_TAG ?= "4h"
+IMAGE_NAME := "ghcr.io/stackitcloud/designate-certmanager-webhook"
+IMAGE_TAG ?= $(shell git describe --tags --always --dirty)
3
4
build:
5
docker build -t "$(IMAGE_NAME):$(IMAGE_TAG)" .
0 commit comments