change registry path of logical-backup image

This commit is contained in:
Felix Kunde 2025-12-11 15:39:33 +01:00
parent b591e934f8
commit afb6a8671c
1 changed files with 2 additions and 2 deletions

View File

@ -90,9 +90,9 @@ pipeline:
export TAG=$(git describe --tags --always --dirty)
docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use
docker buildx build --platform linux/amd64,linux/arm64 \
-t ${MULTI_ARCH_REGISTRY}/postgres-operator-logical-backup:${TAG} \
-t ${MULTI_ARCH_REGISTRY}/postgres-operator/logical-backup:${TAG} \
--push .
if [ -z ${CDP_SOURCE_BRANCH} ]; then
cdp-promote-image ${MULTI_ARCH_REGISTRY}/postgres-operator-logical-backup:${TAG}
cdp-promote-image ${MULTI_ARCH_REGISTRY}/postgres-operator/logical-backup:${TAG}
fi