Add debug to image name

This commit is contained in:
Rafia Sabih 2019-06-25 14:15:40 +02:00
parent 000f610cdb
commit 23e6a6ed24
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ pipeline:
then
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator
else
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug
fi
export IMAGE
make push