From 9daa99af0837e7b8ef39c5d9344b743ab211f1db Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Wed, 21 May 2025 06:40:58 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 97fb54a..fb74732 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ stages: Dockerfile: 'Dockerfile' containerRegistry: $(dockerRegistryServiceConnection) tags: '$(shortCommitSha)' - arguments: '--build-arg VITE_BACKEND_URL=$(VITE_BACKEND_URL)' + arguments: '--no-cache --build-arg VITE_BACKEND_URL=$(VITE_BACKEND_URL)' displayName: 'Build an image for container registry' - task: Docker@2