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