Do not promote operator image when merge to master (#3018)
This commit is contained in:
parent
1f4ee605ae
commit
a06f8d796b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue