From cac440a853e13f1e14af647e84fafd27e8c7d491 Mon Sep 17 00:00:00 2001 From: Laplie Anderson Date: Mon, 26 Feb 2024 13:34:48 -0500 Subject: [PATCH] Replicate images even if other steps fail (#4109) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb3e51c56b4..77f516143c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,7 @@ deploy_to_reliability_env: deploy_to_docker_registries: stage: deploy + needs: [] rules: - if: '$CI_COMMIT_TAG =~ /^v.*/ || $CI_COMMIT_TAG == "dev"' when: on_success @@ -80,6 +81,7 @@ deploy_to_docker_registries: deploy_latest_to_docker_registries: stage: deploy + needs: [] rules: - if: '$CI_COMMIT_TAG =~ /^v.*/' when: on_success