From 258db7078fdf8e0cb9373681aa901319872ef090 Mon Sep 17 00:00:00 2001 From: Dhanashree Phulkar Date: Mon, 30 Sep 2024 15:29:13 +0530 Subject: [PATCH] Build and push docker image to containers registry --- release-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-pipeline.yml b/release-pipeline.yml index 710a4e0e1..5699d56c4 100644 --- a/release-pipeline.yml +++ b/release-pipeline.yml @@ -42,7 +42,7 @@ parameters: type: boolean default: false - - name: build_and_push_docker_image + - name: build_and_push_docker_image displayName: 'Build and Push Docker Image' type: boolean default: false