gotosocial/scripts/dockerbuild.sh
2021-09-10 15:59:12 +02:00

7 lines
139 B
Bash
Executable file

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