From 698008769937a523d801c10331fbb899a986448a Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Mon, 29 Apr 2024 17:01:07 +0200 Subject: [PATCH] Fix container-test-build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6c94ec7ba8..5c4ed7d7059 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ public/favicon.ico: assets/images/logo.svg .PHONY: container-test-build container-test-build: - ${CRE} build --no-cache $(current_dir)/container/openqa -t $(DOCKER_IMG) + ${CRE} build --no-cache $(current_dir)/container/openqa -t $(CONTAINER_IMG) .PHONY: $(container_env_file) $(container_env_file):