We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9b132 commit a2971ebCopy full SHA for a2971eb
Makefile
@@ -288,7 +288,7 @@ container-docker: # util target to build container images using docker buildx. d
288
container: # util target to build container images. do not invoke directly.
289
$(MAKE) container-$(CONTAINER_BUILDER) \
290
PLATFORM=$(PLATFORM) \
291
- TAG=$(CNS_PLATFORM_TAG) \
+ TAG=$(TAG) \
292
OS=$(OS) \
293
ARCH=$(ARCH) \
294
OS_VERSION=$(OS_VERSION)
0 commit comments