From 74c3ec067b43d1701de2f15ab39dfde95d691af3 Mon Sep 17 00:00:00 2001 From: "venkeyboda07@gmail.com" Date: Thu, 6 Feb 2025 23:28:35 +0530 Subject: [PATCH] changes --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a7f3cc20..e01f60215 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,8 @@ stages: command: 'build' Dockerfile: './Dockerfile' repository: venkeyboda/spring-petclinic - tags: '$(Build.BuildId)' + tags: | + '$(Build.BuildId)' - task: CmdLine@2 displayName: 'scannig image '