now also tagging with dev-

This commit is contained in:
Marcel Otte 2016-09-19 20:31:26 +02:00
parent 2373826792
commit 0efb3b5033
1 changed files with 5 additions and 0 deletions

View File

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