From 8ca4989cb42c1da1f702512a29638ff363d30430 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Tue, 9 May 2023 08:58:39 +0200
Subject: [PATCH] for now, build the image only manually, re #2610

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45779d1cd6b..55657cbc760 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -268,6 +268,7 @@ build_image:
     name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]
   stage: build
+  when: manual
   variables:
     IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
   script:
-- 
GitLab