From 8b04f820128cbeb2af3750099dfce22cbadc0920 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:39:00 -0500 Subject: [PATCH] fix var --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6de3b80..81d9cdc 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -ex -make container/${IMAGE_NAME}-${IMAGE_VERSION} $@ +make container/${IMAGE_NAME}-${IMAGE_TAG} $@ make boot.iso $@