From a36f20e62d1ed86f0724b5921047df9bd18d2e23 Mon Sep 17 00:00:00 2001 From: yusufkaratoprak Date: Sun, 9 May 2021 16:41:07 +0300 Subject: [PATCH 1/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.eventhub.httpapi.host.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.eventhub.httpapi.host.yml b/azure-pipelines.eventhub.httpapi.host.yml index e8f71eb..3ea6fe0 100644 --- a/azure-pipelines.eventhub.httpapi.host.yml +++ b/azure-pipelines.eventhub.httpapi.host.yml @@ -4,8 +4,8 @@ trigger: variables: dockerRegistryServiceConnection: 'b46a670b-6940-4de5-b6b1-b06f9dd1c849' - imageRepository: 'voloeventhubhttpapihost' - containerRegistry: 'voloeventhubhttpapihost.azurecr.io' + imageRepository: 'eventhubregistry' + containerRegistry: 'eventhubregistry.azurecr.io' dockerfilePath: '**/Dockerfile.EventHub.HttpApi.Host' tag: '$(Build.BuildNumber)' From 9482a9f0b6662f9930144b34f9a03076531b573f Mon Sep 17 00:00:00 2001 From: yusufkaratoprak Date: Sun, 9 May 2021 16:45:41 +0300 Subject: [PATCH 2/2] Update azure-pipelines.eventhub.httpapi.host.yml for Azure Pipelines --- azure-pipelines.eventhub.httpapi.host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.eventhub.httpapi.host.yml b/azure-pipelines.eventhub.httpapi.host.yml index 3ea6fe0..56a9789 100644 --- a/azure-pipelines.eventhub.httpapi.host.yml +++ b/azure-pipelines.eventhub.httpapi.host.yml @@ -3,7 +3,7 @@ trigger: variables: - dockerRegistryServiceConnection: 'b46a670b-6940-4de5-b6b1-b06f9dd1c849' + dockerRegistryServiceConnection: '9c592463-a558-4040-b897-d3da2193b571' imageRepository: 'eventhubregistry' containerRegistry: 'eventhubregistry.azurecr.io' dockerfilePath: '**/Dockerfile.EventHub.HttpApi.Host'