From bd77148bef39829350670856706b48ad35837df1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 25 Sep 2023 10:11:28 +0300 Subject: Improve http error logging --- build-and-push.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build-and-push.sh (limited to 'build-and-push.sh') diff --git a/build-and-push.sh b/build-and-push.sh new file mode 100755 index 0000000..a6b389d --- /dev/null +++ b/build-and-push.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +IMAGE=registry.digitalocean.com/jan-systems-registry/aggro:latest + +set -euxo pipefail +docker build --platform linux/amd64 -t $IMAGE . +docker push $IMAGE -- cgit v1.3