From 6b02cb696295560381486db5962f956f08fae813 Mon Sep 17 00:00:00 2001 From: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:06:07 +0200 Subject: [PATCH] Update delivery.yaml --- delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery.yaml b/delivery.yaml index ecba6c72..286fe4e2 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -31,7 +31,7 @@ pipeline: --build-arg PGVERSION="$PGVERSION" \ --build-arg BASE_IMAGE="$BASE_IMAGE" \ --build-arg PGOLDVERSIONS="14 15 16" \ - --build-arg TIMESCALEDB="2.17.0" + --build-arg TIMESCALEDB="2.17.0" \ -t "$ECR_TEST_IMAGE" \ --push . cdp-promote-image "$ECR_TEST_IMAGE"