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