We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590495 commit 5357ef0Copy full SHA for 5357ef0
azure-pipelines.yml
@@ -11,6 +11,8 @@ pool:
11
12
variables:
13
imageName: 'your-container-image-name:$(build.buildId)'
14
+ acrId: acrtestmumshad
15
+ acrPswd: LRoyTf/oFUZMdHEOXb7bNidtC=lJUlUN
16
17
steps:
18
- script: |
@@ -24,7 +26,7 @@ steps:
24
26
displayName: 'Build worker'
25
27
28
- docker login -u $(acrId) -p $(acr_pswd) $(acrId).azurecr.io
29
+ docker login -u $(acrId) -p $(acrPswd) $(acrId).azurecr.io
30
docker push $(acrId).azurecr.io/result:$(build.buildId)
31
docker push $(acrId).azurecr.io/vote:$(build.buildId)
32
docker push $(acrId).azurecr.io/worker:$(build.buildId)
0 commit comments