From d524dbb93e4348852646f77a2ae6b65f3043225a Mon Sep 17 00:00:00 2001 From: Antoni Ivanov Date: Thu, 27 Jul 2023 15:51:22 +0300 Subject: [PATCH] frontend: fix CI --- projects/frontend/cicd/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/frontend/cicd/.gitlab-ci.yml b/projects/frontend/cicd/.gitlab-ci.yml index 90ca1406b3..a074f6763c 100644 --- a/projects/frontend/cicd/.gitlab-ci.yml +++ b/projects/frontend/cicd/.gitlab-ci.yml @@ -102,6 +102,7 @@ frontend-data-pipelines-release: expire_in: 1 week frontend_publish_ui_image: + extends: .images:dind:docker-push-to-vdk-repos stage: pre_release_image before_script: - cd projects/frontend/data-pipelines/gui @@ -112,11 +113,10 @@ frontend_publish_ui_image: rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: never - - if: '$CI_COMMIT_BRANCH == "main"' + - if: '$CI_COMMIT_BRANCH == "main" || $CI_PIPELINE_SOURCE == "external_pull_request_event"' changes: *frontend_shared_components_locations - if: '$CI_COMMIT_BRANCH == "main"' changes: *frontend_data_pipelines_locations - extends: .images:dind:docker-push-to-vdk-repos frontend_tag_ui_image_stable: stage: release_image