Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…terapp into HEAD
  • Loading branch information
luabud committed Nov 15, 2019
2 parents f16bf17 + 9049bc3 commit 55251e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-deploy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ pool:
vmImage: 'Ubuntu-16.04'

variables:
imageName: 'pythondemos.azurecr.io/tweeter-app:latest'
imageName: 'lucianasregistry.azurecr.io/tweeter-app:latest'
containerName: 'tweeterapp'
steps:
- script: docker login pythondemos.azurecr.io -u pythondemos -p $DOCKER_LOGIN_PASSWORD
- script: docker login lucianasregistry.azurecr.io -u LucianasRegistry -p $DOCKER_LOGIN_PASSWORD
env:
DOCKER_LOGIN_PASSWORD: $(ACR_KEY)
displayName: 'docker login'
Expand Down

0 comments on commit 55251e9

Please sign in to comment.