diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | test/integration/docker/test.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ endif # multiple Dockerfile's, create a manifest manually, etc.), so it's only here # for testing purposes, and native builds. compose/build: check-build - docker-compose build + docker-compose build --progress plain .PHONY: compose/push # `docker-compose push` would replace the multiarch repo with a single image by diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index fd21ec8..0cd523f 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -152,7 +152,7 @@ docker_build() { echo Building Docker images echo ---------------------------------------------------------------------- - docker-compose build + docker-compose build --progress plain } docker_cleanup() { |