更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2025-03-28 07:50:54 +00:00
parent b3039c1d15
commit 8bdce2d917

View File

@@ -1,6 +1,6 @@
default:
image: docker.xiaogenban1993.com/node:18.21.1
pull_policy: always # 强制每次都重新拉取镜像
# 强制每次都重新拉取镜像
before_script:
- echo '====== 准备构建中 ========='