From 7715d8ffc46ee0615bc09c8398f3ac8acbcaa7e9 Mon Sep 17 00:00:00 2001 From: yusuf karatoprak Date: Sat, 1 May 2021 06:52:34 +0300 Subject: [PATCH] update azure pipeline --- azure-pipelines.eventhub.httpapi.host.yml | 2 +- azure-pipelines.eventhub.web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.eventhub.httpapi.host.yml b/azure-pipelines.eventhub.httpapi.host.yml index cde8eb4..005fbe6 100644 --- a/azure-pipelines.eventhub.httpapi.host.yml +++ b/azure-pipelines.eventhub.httpapi.host.yml @@ -9,7 +9,7 @@ trigger: variables: # Container registry service connection established during pipeline creation - dockerRegistryServiceConnection: '74f2c032-afef-456e-971d-a613041b1a59' + dockerRegistryServiceConnection: 'be4690ca-0fbe-4473-a10e-c45c2a32a3c1' imageRepository: 'voloeventhubhttpapihost' containerRegistry: 'voloeventhubhttpapihost.azurecr.io' dockerfilePath: '**/Dockerfile.EventHub.HttpApi.Host' diff --git a/azure-pipelines.eventhub.web.yml b/azure-pipelines.eventhub.web.yml index 0b7585d..3e52e35 100644 --- a/azure-pipelines.eventhub.web.yml +++ b/azure-pipelines.eventhub.web.yml @@ -9,7 +9,7 @@ trigger: variables: # Container registry service connection established during pipeline creation - dockerRegistryServiceConnection: '3e4f080e-78f3-470c-a68c-64b9c8ae7620' + dockerRegistryServiceConnection: '1ae4ab3c-b39a-4860-b6dc-683cc524d1e4' imageRepository: 'volosofteventhub' containerRegistry: 'voloeventhub.azurecr.io' dockerfilePath: '**/Dockerfile.EventHub.Web'