@@ -192,9 +192,10 @@ build-image-latest-server:
192192 REGISTRY : " ${DH_CI_REGISTRY}"
193193 DOCKER_FILE : " Dockerfile.dblab-server"
194194 DOCKER_NAME : " postgresai/dblab-server"
195+ DOCKER_DEV_NAME : " registry.gitlab.com/postgres-ai/database-lab/dblab-server"
195196 before_script :
196197 - export LATEST_TAG=$(echo ${CI_COMMIT_TAG%.*}-latest)
197- - export TAGS="${DOCKER_NAME}:${LATEST_TAG},${DOCKER_NAME}:${CI_COMMIT_TAG}"
198+ - export TAGS="${DOCKER_NAME}:${LATEST_TAG},${DOCKER_NAME}:${CI_COMMIT_TAG},${DOCKER_DEV_NAME}:${CI_COMMIT_TAG} "
198199
199200build-image-latest-ci-checker :
200201 << : *build_image_definition
@@ -205,9 +206,10 @@ build-image-latest-ci-checker:
205206 REGISTRY : " ${DH_CI_REGISTRY}"
206207 DOCKER_FILE : " Dockerfile.ci-checker"
207208 DOCKER_NAME : " postgresai/dblab-ci-checker"
209+ DOCKER_DEV_NAME : " registry.gitlab.com/postgres-ai/database-lab/dblab-ci-checker"
208210 before_script :
209211 - export LATEST_TAG=$(echo ${CI_COMMIT_TAG%.*}-latest)
210- - export TAGS="${DOCKER_NAME}:${LATEST_TAG},${DOCKER_NAME}:${CI_COMMIT_TAG}"
212+ - export TAGS="${DOCKER_NAME}:${LATEST_TAG},${DOCKER_NAME}:${CI_COMMIT_TAG},${DOCKER_DEV_NAME}:${CI_COMMIT_TAG} "
211213
212214build-image-latest-client :
213215 << : *build_image_definition
@@ -231,7 +233,8 @@ build-image-rc-server:
231233 REGISTRY : " ${DH_CI_REGISTRY}"
232234 DOCKER_FILE : " Dockerfile.dblab-server"
233235 DOCKER_NAME : " postgresai/dblab-server"
234- TAGS : " ${DOCKER_NAME}:${CI_COMMIT_TAG}"
236+ DOCKER_DEV_NAME : " registry.gitlab.com/postgres-ai/database-lab/dblab-server"
237+ TAGS : " ${DOCKER_NAME}:${CI_COMMIT_TAG},${DOCKER_DEV_NAME}:${CI_COMMIT_TAG}"
235238
236239build-image-rc-ci-checker :
237240 << : *build_image_definition
@@ -242,7 +245,8 @@ build-image-rc-ci-checker:
242245 REGISTRY : " ${DH_CI_REGISTRY}"
243246 DOCKER_FILE : " Dockerfile.ci-checker"
244247 DOCKER_NAME : " postgresai/dblab-ci-checker"
245- TAGS : " ${DOCKER_NAME}:${CI_COMMIT_TAG}"
248+ DOCKER_DEV_NAME : " registry.gitlab.com/postgres-ai/database-lab/dblab-ci-checker"
249+ TAGS : " ${DOCKER_NAME}:${CI_COMMIT_TAG},${DOCKER_DEV_NAME}:${CI_COMMIT_TAG}"
246250
247251build-image-rc-client :
248252 << : *build_image_definition
0 commit comments