From 0efb3b50339f4a9244b386de47a830e45607e9ab Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Mon, 19 Sep 2016 20:31:26 +0200 Subject: [PATCH] now also tagging with dev- --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index e8b1031..d956a37 100755 --- a/build.sh +++ b/build.sh @@ -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