From 81edf19c34a706b38c6aebfc8da6e5933e8f7d9f Mon Sep 17 00:00:00 2001 From: inovindasari Date: Wed, 10 Dec 2025 15:32:38 +0100 Subject: [PATCH] fix --- delivery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index d625dba28..9ab8b5a4c 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -35,12 +35,12 @@ pipeline: docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use docker buildx build --platform "linux/amd64,linux/arm64" \ --build-arg BASE_IMAGE="${ALPINE_BASE_IMAGE}" \ - -t "${IMAGE_TAG}:${CDP_BUILD_VERSION}" \ + -t "${IMAGE}:${CDP_BUILD_VERSION}" \ -f docker/Dockerfile \ --push . if [ -z ${CDP_SOURCE_BRANCH} ]; then - cdp-promote-image ${IMAGE_TAG}:${CDP_BUILD_VERSION} + cdp-promote-image ${IMAGE}:${CDP_BUILD_VERSION} fi - id: build-operator-ui