1 2 3 4 5 6 7
#!/bin/bash set -e BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)" docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"