Skip to content

Commit 0dd4259

Browse files
abhishekkumamsseantleonard
authored andcommitted
Updating Service Connection for publishing dab container images (#2005)
## Why make this change? - Failure in authentication while publishing container images ## What is this change? - Created a new service connection. ## How was this tested? - authentication was successful and was able to publish the image
1 parent c0dfe3f commit 0dd4259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/build-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ steps:
302302
displayName: "Build and push docker image to Azure Container Registry"
303303
condition: and(succeeded(), eq(variables.isReleaseBuild, 'false'))
304304
inputs:
305-
containerRegistry: 'CosmosDB GraphQL/Hawaii'
305+
containerRegistry: 'Data API builder Container Registry Connection'
306306
repository: 'dab/$(Build.SourceBranch)'
307307
command: 'buildAndPush'
308308
Dockerfile: '**/Dockerfile'
@@ -316,7 +316,7 @@ steps:
316316
displayName: "Build and push docker image to Azure Container Registry tagged with releaseName and nuget release version"
317317
condition: and(succeeded(), eq(variables.isReleaseBuild, 'true'))
318318
inputs:
319-
containerRegistry: 'CosmosDB GraphQL/Hawaii'
319+
containerRegistry: 'Data API builder Container Registry Connection'
320320
repository: 'dab'
321321
command: 'buildAndPush'
322322
Dockerfile: '**/Dockerfile'
@@ -333,7 +333,7 @@ steps:
333333
displayName: "Build and push docker image to ACR for publishing to MCR"
334334
condition: and(succeeded(), eq(variables.isReleaseBuild, 'true'))
335335
inputs:
336-
containerRegistry: 'CosmosDB GraphQL/Hawaii'
336+
containerRegistry: 'Data API builder Container Registry Connection'
337337
repository: 'public/azure-databases/data-api-builder'
338338
command: 'buildAndPush'
339339
Dockerfile: '**/Dockerfile'

0 commit comments

Comments
 (0)