From 41009ffd8ea5cbcaef21066573c39b3932cc088d Mon Sep 17 00:00:00 2001 From: camrynl <31013536+camrynl@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:51:41 -0800 Subject: [PATCH] fix tag for building container images --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efd85be6d5..16070ac828 100644 --- a/Makefile +++ b/Makefile @@ -288,7 +288,7 @@ container-docker: # util target to build container images using docker buildx. d container: # util target to build container images. do not invoke directly. $(MAKE) container-$(CONTAINER_BUILDER) \ PLATFORM=$(PLATFORM) \ - TAG=$(CNS_PLATFORM_TAG) \ + TAG=$(TAG) \ OS=$(OS) \ ARCH=$(ARCH) \ OS_VERSION=$(OS_VERSION)