mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
changes
This commit is contained in:
parent
3d2979269f
commit
74c3ec067b
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ stages:
|
|||
command: 'build'
|
||||
Dockerfile: './Dockerfile'
|
||||
repository: venkeyboda/spring-petclinic
|
||||
tags: '$(Build.BuildId)'
|
||||
tags: |
|
||||
'$(Build.BuildId)'
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: 'scannig image '
|
||||
|
|
Loading…
Reference in a new issue