gotosocial/scripts/dockerpush.sh

7 lines
132 B
Bash
Raw Normal View History

#!/bin/bash
set -e
BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"