Skip to content

Commit

Permalink
remove --progress=plain for now
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Sep 21, 2023
1 parent 32e6e27 commit 9fddab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ all: login build tag push

build:
$(call tc,building docker container)
docker buildx build \
--progress=plain \
docker build \
--rm \
--compress \
$(CACHE_FLAG) \
Expand Down

0 comments on commit 9fddab5

Please sign in to comment.