diff options
author | 2021-09-24 13:14:20 +0200 | |
---|---|---|
committer | 2021-09-24 13:14:20 +0200 | |
commit | d515c9f1ec4df612a24bff77fe57c75744946651 (patch) | |
tree | cf176ecd9ad1f5c3b8ec7fa3b036c163491e737d /scripts/dockerpush.sh | |
parent | upstep bun version (#243) (diff) | |
download | gotosocial-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-x | scripts/dockerpush.sh | 7 |
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}" |