dev #1

Closed
qwc wants to merge 20 commits from dev into master
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 0efb3b5033 - Show all commits

View File

@ -13,4 +13,9 @@ TAGNAME=dev-latest
docker build --no-cache -t qwick/terasology:$TAGNAME . 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:$TAGNAME
docker push qwick/terasology:$NEW_TAGNAME