From ec03e3353053a59cf8ce17031cc04f65a12f7270 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:47:23 -0400 Subject: [PATCH] use append --- container/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Makefile b/container/Makefile index c9f7c4a..97b33df 100644 --- a/container/Makefile +++ b/container/Makefile @@ -1,5 +1,5 @@ ifeq ($(IMAGE_SRC),) -IMAGE_SRC := docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) +IMAGE_SRC += docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) endif $(IMAGE_NAME)-$(IMAGE_TAG):