small fix in deliver.yaml

This commit is contained in:
Felix Kunde 2026-04-17 11:38:53 +02:00
parent e2e84b8d63
commit 5e3bf53d36
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ pipeline:
docker buildx build --platform "linux/amd64,linux/arm64" \
--build-arg BASE_IMAGE="${ALPINE_BASE_IMAGE}" \
-t "${IMAGE}:${CDP_BUILD_VERSION}" \
-f docker/Dockerfile \
--push .
if [ -z ${CDP_SOURCE_BRANCH} ]; then