small fix in deliver.yaml
This commit is contained in:
parent
e2e84b8d63
commit
5e3bf53d36
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue