mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 03:26:16 -06:00
7 lines
132 B
Bash
Executable file
7 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
|
|
|
|
docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"
|