Skip to content

Commit fa5be91

Browse files
committed
Fix Makefile constants
1 parent ce843a2 commit fa5be91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
IMAGE_NAME := "ghcr.io/"
2-
IMAGE_TAG ?= "4h"
1+
IMAGE_NAME := "ghcr.io/stackitcloud/designate-certmanager-webhook"
2+
IMAGE_TAG ?= $(shell git describe --tags --always --dirty)
33

44
build:
55
docker build -t "$(IMAGE_NAME):$(IMAGE_TAG)" .

0 commit comments

Comments
 (0)