diff options
Diffstat (limited to 'dockerpush.sh')
-rwxr-xr-x | dockerpush.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dockerpush.sh b/dockerpush.sh new file mode 100755 index 000000000..8377f8e4a --- /dev/null +++ b/dockerpush.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker push "superseriousbusiness/gotosocial:$(cat version)" |