diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf43e006..184fd76e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ stages: displayName: Build and push an image to container registry inputs: command: buildAndPush - repository: captureorder + repository: $(imageRepository) dockerfile: '**/Dockerfile' containerRegistry: $(dockerRegistryServiceConnection) tags: $(tag)