aboutsummaryrefslogtreecommitdiffstats
path: root/irssi/build_and_push.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xirssi/build_and_push.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/irssi/build_and_push.sh b/irssi/build_and_push.sh
new file mode 100755
index 0000000..eb12244
--- /dev/null
+++ b/irssi/build_and_push.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+https_proxy=socks5://[::1]:9993 docker buildx build --platform linux/amd64 --push -t bloodstalker/irssi .