summaryrefslogtreecommitdiff
path: root/dockerpush.sh
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-08-16 19:17:56 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-16 19:17:56 +0200
commitce190d867ca126001a1c0417b00810fc03c0b3ba (patch)
tree364b00118a405239bc6bcac0bfb7891c83655c23 /dockerpush.sh
parentTimeline loop fix (#140) (diff)
downloadgotosocial-ce190d867ca126001a1c0417b00810fc03c0b3ba.tar.xz
Text/status parsing fixes (#141)
* aaaaaa * vendor minify * update + test markdown parsing
Diffstat (limited to 'dockerpush.sh')
-rwxr-xr-xdockerpush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerpush.sh b/dockerpush.sh
index 8377f8e4a..188b3cae0 100755
--- a/dockerpush.sh
+++ b/dockerpush.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-docker push "superseriousbusiness/gotosocial:$(cat version)"
+docker push "superseriousbusiness/gotosocial:$(git rev-parse --abbrev-ref HEAD)"