cahnge to 1.2.0

This commit is contained in:
2022-06-30 20:13:56 +02:00
parent e88ee57b68
commit def4065c6c
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -25,11 +25,11 @@ case "$1" in
run_docker_container
;;
build)
build_docker_image "latest"
build_docker_image "1.2.0"
;;
upload)
build_docker_image "latest"
docker push "$DOCKER_IMAGE_NAME:latest"
build_docker_image "1.2.0"
docker push "$DOCKER_IMAGE_NAME:1.2.0"
;;
*)
echo "Usage: $0 {run|build}"