Add debug to image name

This commit is contained in:
Rafia Sabih 2019-06-25 14:39:23 +02:00
parent 23e6a6ed24
commit 0766a645b7
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ pipeline:
IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"}
if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]]
then
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-debug
else
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug
fi
@ -52,7 +52,7 @@ pipeline:
IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"}
if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]]
then
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-debug
else
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug
fi