change internal image name

This commit is contained in:
Felix Kunde 2026-04-24 14:52:50 +02:00
parent b8980e846a
commit 62cafdc132
1 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ pipeline:
cmd: |
cd pooler
if [ -z ${CDP_SOURCE_BRANCH} ]; then
IMAGE=${MULTI_ARCH_REGISTRY}/postgres-operator-pooler
IMAGE=${MULTI_ARCH_REGISTRY}/pgbouncer
else
IMAGE=${MULTI_ARCH_REGISTRY}/postgres-operator-pooler-test
IMAGE=${MULTI_ARCH_REGISTRY}/pgbouncer-test
fi
docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use