File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ build-image-latest:
91
91
REGISTRY_PASSWORD : " ${DH_CI_REGISTRY_PASSWORD}"
92
92
REGISTRY : " ${DH_CI_REGISTRY}"
93
93
DOCKER_NAME : postgresai/joe
94
- TAGS : " ${DOCKER_NAME}:latest,${DOCKER_NAME}:${CI_COMMIT_TAG}"
94
+ DOCKER_DEV_NAME : " registry.gitlab.com/postgres-ai/joe"
95
+ TAGS : " ${DOCKER_NAME}:latest,${DOCKER_NAME}:${CI_COMMIT_TAG},${DOCKER_DEV_NAME}:${CI_COMMIT_TAG}"
95
96
96
97
build-image-rc :
97
98
<< : *build_image_definition
@@ -101,4 +102,5 @@ build-image-rc:
101
102
REGISTRY_PASSWORD : " ${DH_CI_REGISTRY_PASSWORD}"
102
103
REGISTRY : " ${DH_CI_REGISTRY}"
103
104
DOCKER_NAME : postgresai/joe
104
- TAGS : " ${DOCKER_NAME}:${CI_COMMIT_TAG}"
105
+ DOCKER_DEV_NAME : " registry.gitlab.com/postgres-ai/joe"
106
+ TAGS : " ${DOCKER_NAME}:${CI_COMMIT_TAG},${DOCKER_DEV_NAME}:${CI_COMMIT_TAG}"
You can’t perform that action at this time.
0 commit comments