From d5bda868dbaf0ef42431321cfa1c72611d72486a Mon Sep 17 00:00:00 2001 From: John Gleason Date: Tue, 19 Nov 2019 08:57:26 -0600 Subject: [PATCH] Align imageRepository variable with documentation --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)