mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
09baf57455
commit
5af6c76d5f
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
# Starter pipeline
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||
ArtifactName: 'drop'
|
||||
publishLocation: 'Container'
|
||||
- task: Docker@2
|
||||
inputs:
|
||||
containerRegistry: 'spring-petclinic'
|
||||
|
|
Loading…
Reference in a new issue