From b927f10c24a8f1596ee4a39c99e31a0303a150e6 Mon Sep 17 00:00:00 2001 From: Milan Mertens Date: Wed, 5 Feb 2025 12:36:19 +0100 Subject: [PATCH] ci(release): push docker images for 2023.11 to dockerhub --- ci/ci-config.yml | 8 -------- ci/gitlab-ci/deploy_jobs.yml | 1 + docs/operators/Releases.md | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ci/ci-config.yml b/ci/ci-config.yml index c48bf46d6e1..528b826bd79 100644 --- a/ci/ci-config.yml +++ b/ci/ci-config.yml @@ -81,14 +81,6 @@ variables: JS_E2E_TESTS_SOURCE_TYPE: "sequential" #sequential, matrix # Deploy - # - # DEPLOY_BUILD_IMAGE_TO_GITLAB: - #DEPLOY_BUILD_IMAGE_TO_GITLAB_SCHEDULE: "false" - - # DEPLOY_DEV_IMAGE_TO_GITLAB: - #DEPLOY_DEV_IMAGE_TO_GITLAB_SCHEDULE: "false" - - # DEPLOY_IMAGES_TO_DOCKERHUB: # DEPLOY_CUSTOMER_IMAGE_TO_REGISTRY: #DEPLOY_CUSTOMER_IMAGE_TO_REGISTRY: "true" # default is false diff --git a/ci/gitlab-ci/deploy_jobs.yml b/ci/gitlab-ci/deploy_jobs.yml index 2dd67ac72d4..b0fe2d09c4a 100644 --- a/ci/gitlab-ci/deploy_jobs.yml +++ b/ci/gitlab-ci/deploy_jobs.yml @@ -66,6 +66,7 @@ deploy-built-image-to-dockerhub: rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_LABELS =~ /deploy-built-image-to-dockerhub/ when: manual + - if: $PIPELINE_TYPE =~ /release-lts(,|$)/ - if: $PIPELINE_TYPE =~ /release-be(,|$)/ variables: LATEST: "true" diff --git a/docs/operators/Releases.md b/docs/operators/Releases.md index 02da408d848..93face8a4b8 100644 --- a/docs/operators/Releases.md +++ b/docs/operators/Releases.md @@ -8,7 +8,7 @@ git tag | `weekly-.[*]` | `main-.[*]` | `-, latest | no |