Skip to content

Commit

Permalink
Update Phonebook.Source.PeopleSoft.yml for Azure Pipelines (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored May 17, 2020
1 parent ebf1502 commit 21d8120
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure/pipelines/production/Phonebook.Source.PeopleSoft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- bash: |
docker build -t $dockerRepo:$tag .
docker build -t $dockerRepo:$tag -t $dockerRepo:latest .
docker login -u $DOCKER_REGISTRY_USER -p $DOCKER_REGISTRY_PASSWORD
docker push $dockerRepo:$tag
docker push $dockerRepo:latest
workingDirectory: 'Phonebook.Source.PeopleSoft/'
env:
DOCKER_REGISTRY_PASSWORD: $(DOCKER_REGISTRY_PASSWORD)
DOCKER_REGISTRY_USER: $(DOCKER_REGISTRY_USER)
dockerRepo: tsystemsmms/phonebook-source-peoplesoft
tag: latest
tag: $(Build.BuildId)

0 comments on commit 21d8120

Please sign in to comment.