also tagging latest in same build as versioned variant.
This commit is contained in:
parent
9ca279f3bb
commit
81cef5b0a3
5
build.sh
5
build.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue