diff --git a/build.sh b/build.sh index 6c63e22..9beb967 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash datetime=`date +%Y%m%d-%H%M%S` -# echo $datetime +echo $datetime tag=swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard-press yarn install @@ -13,4 +13,5 @@ if test $datetime != ""; then # docker push $tag:latest docker tag $tag:latest $tag:$datetime docker push $tag:$datetime + echo pushded $tag:$datetime fi