Skip to content

Commit 8c077a5

Browse files
ci: use harbor image registry
1 parent cdf68de commit 8c077a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include:
1010
# Global --------------------------
1111

1212
# Use 17 (LTS) as base
13-
image: ${CI_REGISTRY_IMAGE}/eclipse-temurin:17-alpine
13+
image: eclipse-temurin:17-alpine
1414

1515
variables:
1616
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -116,7 +116,7 @@ build_manual:
116116
USE_MOCK_SERVER: "use mock server"
117117
- DOCKER_IMAGE: "eclipse-temurin:19-alpine"
118118
USE_MOCK_SERVER: "use mock server"
119-
image: ${CI_REGISTRY_IMAGE}/${DOCKER_IMAGE}
119+
image: ${DOCKER_IMAGE}
120120
script:
121121
- >
122122
if [[ ! -z "${USE_MOCK_SERVER}" ]]; then
@@ -158,7 +158,7 @@ test_manual:
158158
- DOCKER_IMAGE: "maven:3.9-sapmachine-17"
159159
- DOCKER_IMAGE: "maven:3.8-eclipse-temurin-8-focal"
160160
- DOCKER_IMAGE: "maven:3.8-eclipse-temurin-18-alpine"
161-
image: ${CI_REGISTRY_IMAGE}/${DOCKER_IMAGE}
161+
image: ${DOCKER_IMAGE}
162162
script:
163163
- cd examples/maven/deepl-test-app
164164
- mvn install -B -PbuildProject -l mvn_build.log

0 commit comments

Comments
 (0)