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

update script to tag docker images properly

This commit is contained in:
2018-07-14 22:58:58 -05:00
parent 9ceb592c77
commit 5fedcd4b40

View File

@@ -1 +1,4 @@
docker build -t mgerb/go-discord-bot:$(git describe --tags) .
version=$(git describe --tags)
docker build -t mgerb/go-discord-bot:$version .
docker tag mgerb/go-discord-bot:$version mgerb/go-discord-bot:latest