aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-07-14 10:49:17 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2024-07-14 10:49:17 +0300
commite413572150995d886773cbc598dff1cd4d6b3aec (patch)
treeea4d739c421c1150a833fcd2423c66367ca87d81
parent15623fb8204f9ba421f2cf8396837858093d7d88 (diff)
Add --progress plain to docker build
-rwxr-xr-xbuild-and-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-and-push.sh b/build-and-push.sh
index be3e962..73d22e1 100755
--- a/build-and-push.sh
+++ b/build-and-push.sh
@@ -3,5 +3,5 @@
IMAGE=registry.jan.systems/aggro:latest
set -euxo pipefail
-docker build --platform linux/amd64 -t $IMAGE .
+docker build --progress plain --platform linux/amd64 -t $IMAGE .
docker push $IMAGE