summaryrefslogtreecommitdiff
path: root/scripts/dockerpush.sh
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-24 13:14:20 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-24 13:14:20 +0200
commitd515c9f1ec4df612a24bff77fe57c75744946651 (patch)
treecf176ecd9ad1f5c3b8ec7fa3b036c163491e737d /scripts/dockerpush.sh
parentupstep bun version (#243) (diff)
downloadgotosocial-d515c9f1ec4df612a24bff77fe57c75744946651.tar.xz
Goreleaser (#241)
* add goreleaser tooling * add files + hook * update hooks * allow passing build-dir using cli args * build tweaks * tweak more * update drone and goreleaser * chill out tests * remove postgres * docker push on snapshot * update releaser
Diffstat (limited to 'scripts/dockerpush.sh')
-rwxr-xr-xscripts/dockerpush.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/dockerpush.sh b/scripts/dockerpush.sh
deleted file mode 100755
index fb952032c..000000000
--- a/scripts/dockerpush.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-set -e
-
-BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
-
-docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"