Skip to content

Commit 47f7c8b

Browse files
committed
ci: Use harbor image registry
1 parent c2a8157 commit 47f7c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include:
1010

1111
# Global --------------------------
1212

13-
image: ${CI_REGISTRY_IMAGE}/python:3.11
13+
image: python:3.11
1414

1515
variables:
1616
PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"
@@ -174,7 +174,7 @@ package:
174174
# Set minimum possible requests and urllib3 versions to work with Python 3.11
175175
EXTRA_POETRY_ADD_ARGUMENT: "[email protected] [email protected]"
176176
USE_MOCK_SERVER: "use mock server"
177-
image: ${CI_REGISTRY_IMAGE}/${DOCKER_IMAGE}
177+
image: ${DOCKER_IMAGE}
178178
script:
179179
- >
180180
if [[ ! -z "${EXTRA_POETRY_ADD_ARGUMENT}" ]]; then

0 commit comments

Comments
 (0)