Skip to content

Commit d81d2b1

Browse files
committed
Fix missing distro suffix in image tag
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 7886ffc commit d81d2b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/container/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ push-%: DIST = $(*)
6868
push-short: DIST = $(DEFAULT_PUSH_TARGET)
6969

7070

71+
build-%: DIST = $(*)
7172
build-%: DOCKERFILE_SUFFIX = $(*)
7273
build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX)
7374

0 commit comments

Comments
 (0)