mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
6 lines
No EOL
190 B
Bash
Executable file
6 lines
No EOL
190 B
Bash
Executable file
#!/bin/bash
|
|
|
|
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD | tr '/' '_')
|
|
|
|
docker build -t "katie/roleypoly:$GIT_BRANCH" .
|
|
docker build -f bot.Dockerfile -t "katie/roleypoly:$GIT_BRANCH-bot" . |