|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
# 记录开始时间
|
|
|
START_TIME := $(shell powershell -NoProfile -Command "Get-Date -UFormat %%s")
|
|
|
-V_TAG := v2.5.7
|
|
|
+V_TAG := v2.5.8
|
|
|
|
|
|
checkDev:
|
|
|
git checkout dev
|
|
@@ -36,10 +36,10 @@ tag:
|
|
|
git push origin --tags
|
|
|
|
|
|
docker-build:
|
|
|
- docker build -f ./Dockerfile -t registry.yingcaibx.com/tl/admin_web:$(V_TAG) .
|
|
|
+ docker build -f ./Dockerfile -t crpi-j16ma2m5r6mxrmhw.cn-shenzhen.personal.cr.aliyuncs.com/ruiyaninfo/cqtlzjzx-web:$(V_TAG) .
|
|
|
|
|
|
docker-push:
|
|
|
- docker push registry.yingcaibx.com/tl/admin_web:$(V_TAG) && \
|
|
|
+ docker push crpi-j16ma2m5r6mxrmhw.cn-shenzhen.personal.cr.aliyuncs.com/ruiyaninfo/cqtlzjzx-web:$(V_TAG) && \
|
|
|
git add . && \
|
|
|
git commit --no-verify -m "fix: build" && \
|
|
|
git push && \
|