This commit is contained in:
2024-08-21 11:38:12 +08:00
parent 0992355862
commit fe230e7cf5
2 changed files with 3 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ steps:
- cat docker.sh
- sh docker.sh
# 执行完脚本删除本次制作的docker镜像,避免多次后当前runner空间不足
# - docker run -d -p 8080:80
# - docker rmi -f $(docker imag.es | grep $DRONE_REPO_NAME | awk '{print $3}')