diff options
| author | zhanghongqing <[email protected]> | 2024-10-16 14:37:24 +0800 |
|---|---|---|
| committer | zhanghongqing <[email protected]> | 2024-10-16 14:37:24 +0800 |
| commit | 85bdaa81bea6c6bb2fee0ec4e5f68a10f997ce28 (patch) | |
| tree | 1417210f1aab7a245cbda078a7bd0e79624e9b11 | |
| parent | a2c8914db0a749f5bc47cd973f53220c8c096e11 (diff) | |
[修改] 修改gitlab-ci基础镜像t4
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4576a24..f1961fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +image: 192.168.40.153:8082/common/docker:26.1.4-maven-3.8.8-amazon-corretto-11-alpine variables: MAVEN_CLI_OPTS: --batch-mode --errors --show-version @@ -29,7 +30,6 @@ clean: deploy: stage: deploy - image: 192.168.40.153:8082/common/docker:26.1.4-maven-3.8.8-amazon-corretto-11-alpine script: - echo 'exec docker build' - echo 'tag:' $CI_COMMIT_TAG |
