added build number to docker tag.

This commit is contained in:
Marcel Otte 2016-09-28 21:20:21 +02:00
parent 0efb3b5033
commit e475104717
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ TAGNAME=dev-latest
docker build --no-cache -t qwick/terasology:$TAGNAME .
NEW_TAGNAME=dev-$engineVersion
NEW_TAGNAME=dev-$engineVersion-$buildNumber
docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME