Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
7985428f8b
commit
3ac36bf86f
@ -16,10 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
docker-compose -f docker-compose.yml build
|
docker-compose -f docker-compose.yml build
|
||||||
docker login -u $(acrServiceConnectionUsername) -p $(acrServiceConnectionPassword) $(acrServiceConnectionServer)
|
docker login -u $("dadeSchoolsContainerRegistry") -p $("k1f8hE0O5hj3tYCCR/5stNrkw5BZoTmAqid/hvaVo8+ACRDc2Arn") $("dadeschoolscontainerregistry.azurecr.io")
|
||||||
docker-compose -f docker-compose.yml push
|
docker-compose -f docker-compose.yml push
|
||||||
displayName: 'Build and Push Docker Compose Project'
|
displayName: 'Build and Push Docker Compose Project'
|
||||||
env:
|
|
||||||
acrServiceConnectionUsername: "dadeSchoolsContainerRegistry"
|
|
||||||
acrServiceConnectionPassword: "k1f8hE0O5hj3tYCCR/5stNrkw5BZoTmAqid/hvaVo8+ACRDc2Arn"
|
|
||||||
acrServiceConnectionServer: "dadeschoolscontainerregistry.azurecr.io"
|
|
Loading…
Reference in New Issue
Block a user