Skip to content

Commit

Permalink
Fix container-test-build target
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Apr 29, 2024
1 parent e9b99fa commit 6980087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6980087

Please sign in to comment.