aboutsummaryrefslogtreecommitdiffstats
path: root/build-and-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-and-push.sh')
-rwxr-xr-xbuild-and-push.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-and-push.sh b/build-and-push.sh
deleted file mode 100755
index dbecd87..0000000
--- a/build-and-push.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-IMAGE=registry.jan.systems/hommabot2:latest
-
-set -euxo pipefail
-docker build --platform linux/amd64 -t $IMAGE .
-docker push $IMAGE