aboutsummaryrefslogtreecommitdiffstats
path: root/build-and-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-and-push.sh')
-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