Add debug to image name
This commit is contained in:
		
							parent
							
								
									23e6a6ed24
								
							
						
					
					
						commit
						0766a645b7
					
				|  | @ -30,7 +30,7 @@ pipeline: | ||||||
|             IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"} |             IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"} | ||||||
|             if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]] |             if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]] | ||||||
|             then |             then | ||||||
|               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator |               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-debug | ||||||
|             else |             else | ||||||
|               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug |               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug | ||||||
|             fi |             fi | ||||||
|  | @ -52,7 +52,7 @@ pipeline: | ||||||
|             IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"} |             IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"} | ||||||
|             if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]] |             if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]] | ||||||
|             then |             then | ||||||
|               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator |               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-debug | ||||||
|             else |             else | ||||||
|               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug |               IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug | ||||||
|             fi |             fi | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue