From a06f8d796b0fc8bd3f3e49687fc15a72f2181d68 Mon Sep 17 00:00:00 2001 From: Ida Novindasari Date: Fri, 19 Dec 2025 09:53:38 +0100 Subject: [PATCH] Do not promote operator image when merge to master (#3018) --- delivery.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index 9971d4070..c8a65422d 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -39,10 +39,6 @@ pipeline: -f docker/Dockerfile \ --push . - if [ -z ${CDP_SOURCE_BRANCH} ]; then - cdp-promote-image ${IMAGE}:${CDP_BUILD_VERSION} - fi - - id: build-operator-ui env: <<: *BUILD_ENV