Skip to content

Commit 5a296bf

Browse files
committed
Merge branch 'release-tag-image' into 'master'
feat: push the Docker release images to the developer's Docker registry See merge request postgres-ai/joe!164
2 parents 7c507ab + 4db1b39 commit 5a296bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ build-image-latest:
9191
REGISTRY_PASSWORD: "${DH_CI_REGISTRY_PASSWORD}"
9292
REGISTRY: "${DH_CI_REGISTRY}"
9393
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}"
9596

9697
build-image-rc:
9798
<<: *build_image_definition
@@ -101,4 +102,5 @@ build-image-rc:
101102
REGISTRY_PASSWORD: "${DH_CI_REGISTRY_PASSWORD}"
102103
REGISTRY: "${DH_CI_REGISTRY}"
103104
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}"

0 commit comments

Comments
 (0)