diff options
| -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 |
