diff --git a/build.sh b/build.sh index 3a37a5e..6ab07f7 100755 --- a/build.sh +++ b/build.sh @@ -11,4 +11,9 @@ TAGNAME=$engineVersion-$displayVersion 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:$NEW_TAGNAME