diff --git a/.devops/deploy-pipelines.yml b/.devops/deploy-pipelines.yml index 5a4d947..43f8631 100644 --- a/.devops/deploy-pipelines.yml +++ b/.devops/deploy-pipelines.yml @@ -188,7 +188,7 @@ stages: displayName: Build and push an image to container registry inputs: containerRegistry: '$(dockerRegistryServiceConnection)' - repository: '$(IMAGE_REPOSITORY)' + repository: '$(variables.imageRepository)' command: 'buildAndPush' tags: | $(Build.BuildId)