mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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
|
# Starter pipeline
|
||||||
|
- task: PublishBuildArtifacts@1
|
||||||
|
inputs:
|
||||||
|
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||||
|
ArtifactName: 'drop'
|
||||||
|
publishLocation: 'Container'
|
||||||
- task: Docker@2
|
- task: Docker@2
|
||||||
inputs:
|
inputs:
|
||||||
containerRegistry: 'spring-petclinic'
|
containerRegistry: 'spring-petclinic'
|
||||||
|
|
Loading…
Reference in a new issue