Skip to content

Commit 5357ef0

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Update acr details
1 parent d590495 commit 5357ef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pool:
1111

1212
variables:
1313
imageName: 'your-container-image-name:$(build.buildId)'
14+
acrId: acrtestmumshad
15+
acrPswd: LRoyTf/oFUZMdHEOXb7bNidtC=lJUlUN
1416

1517
steps:
1618
- script: |
@@ -24,7 +26,7 @@ steps:
2426
displayName: 'Build worker'
2527

2628
- script: |
27-
docker login -u $(acrId) -p $(acr_pswd) $(acrId).azurecr.io
29+
docker login -u $(acrId) -p $(acrPswd) $(acrId).azurecr.io
2830
docker push $(acrId).azurecr.io/result:$(build.buildId)
2931
docker push $(acrId).azurecr.io/vote:$(build.buildId)
3032
docker push $(acrId).azurecr.io/worker:$(build.buildId)

0 commit comments

Comments
 (0)