From 81cef5b0a333bdc088c311d752b807b8cc8942ce Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sat, 8 Oct 2016 10:41:50 +0200 Subject: [PATCH] also tagging latest in same build as versioned variant. --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) 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