fix(CI): 返回原始删除配置, 目前手动删除

develop
Yosheng 2023-10-06 18:20:36 +08:00
parent 91e6fea106
commit 229de3b35a
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ steps:
- echo 开始强制清除停止容器
- docker container prune -f
- echo 开始清除镜像
- docker rmi tiamo/user-point-management:latest
- echo 开始重新标签镜像
- docker image prune -f
- echo 开始标签镜像
- docker tag 192.168.31.104:8082/tiamo/user-point-management tiamo/user-point-management:latest
- echo 开始运行容器
- docker run --name user-point-management -d -p 29029:5000