now also tagging with dev-
This commit is contained in:
parent
2373826792
commit
0efb3b5033
5
build.sh
5
build.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue