diff options
| -rwxr-xr-x | build-and-push.sh | 2 |
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 |
