From 0075c1b05a73e3d3a726d0df5cdd57c5f0a29461 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 12:50:27 +0100 Subject: Makefile: a micro-fix --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1456d04..26acca2 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,8 @@ buildx/build/%: DO -f '$*/Dockerfile' \ -t '$(call escape,$(DOCKER_USERNAME))/math-$*' \ --platform '$(call escape,$(DOCKER_PLATFORMS))' \ - --progress plain . + --progress plain \ + . .PHONY: buildx/build buildx/build: buildx/build/client buildx/build/server @@ -194,7 +195,8 @@ buildx/push/%: DO -t '$(call escape,$(DOCKER_USERNAME))/math-$*' \ --platform '$(call escape,$(DOCKER_PLATFORMS))' \ --progress plain \ - --push . + --push \ + . .PHONY: buildx/push buildx/push: buildx/push/client buildx/push/server -- cgit v1.2.3