Do not promote operator image when merge to master (#3018)

This commit is contained in:
Ida Novindasari 2025-12-19 09:53:38 +01:00 committed by GitHub
parent 1f4ee605ae
commit a06f8d796b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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