1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-08 08:02:49 +00:00

add docker push script

This commit is contained in:
2018-10-07 20:11:47 -05:00
parent f2c5fb729e
commit 8d74c58210

4
docker-push.sh Executable file
View File

@@ -0,0 +1,4 @@
version=$(git describe --tags)
docker push mgerb/go-discord-bot:latest
docker push mgerb/go-discord-bot:$version