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

Commit

Permalink
Update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitron committed May 8, 2019
1 parent 2eafd55 commit 327e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-deploy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pool:
vmImage: 'Ubuntu-16.04'

variables:
imageName: 'pythondemos.azurecr.io/tweeter3:latest'
imageName: 'pythondemos.azurecr.io/tweeter-app:latest'
containerName: 'tweeterapp'
steps:
- script: docker login pythondemos.azurecr.io -u pythondemos -p $DOCKER_LOGIN_PASSWORD
Expand Down

0 comments on commit 327e466

Please sign in to comment.