From e74d7109838ff05fdc239bced6a726aa7ad46a9b Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Thu, 7 Nov 2024 21:25:24 +0100
Subject: [PATCH] Image publishing job execution switched to automatic mode.

---
 templates/docker_image_jobs.gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/docker_image_jobs.gitlab-ci.yml b/templates/docker_image_jobs.gitlab-ci.yml
index e85dee0..7eb206e 100644
--- a/templates/docker_image_jobs.gitlab-ci.yml
+++ b/templates/docker_image_jobs.gitlab-ci.yml
@@ -65,5 +65,5 @@ include:
       echo -e "\e[0Ksection_end:$(date +%s):git\r\e[0K"
   rules:
     - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
-      when: manual
-      allow_failure: true
+      when: on_success
+    - when: never
-- 
GitLab