also tagging latest in same build as versioned variant.

This commit is contained in:
Marcel Otte 2016-10-08 10:41:50 +02:00
parent 9ca279f3bb
commit 81cef5b0a3
1 changed files with 5 additions and 0 deletions

View File

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