From d81d2b1c12466e398a109edc45ebefc9b29fec69 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Wed, 17 Apr 2024 11:09:35 -0700 Subject: [PATCH] Fix missing distro suffix in image tag Signed-off-by: Christopher Desiniotis --- deployments/container/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/container/Makefile b/deployments/container/Makefile index ce2c6db9..1578d345 100644 --- a/deployments/container/Makefile +++ b/deployments/container/Makefile @@ -68,6 +68,7 @@ push-%: DIST = $(*) push-short: DIST = $(DEFAULT_PUSH_TARGET) +build-%: DIST = $(*) build-%: DOCKERFILE_SUFFIX = $(*) build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX)