mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:25:50 +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'
|
command: 'build'
|
||||||
Dockerfile: './Dockerfile'
|
Dockerfile: './Dockerfile'
|
||||||
repository: venkeyboda/spring-petclinic
|
repository: venkeyboda/spring-petclinic
|
||||||
tags: '$(Build.BuildId)'
|
tags: |
|
||||||
|
'$(Build.BuildId)'
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
displayName: 'scannig image '
|
displayName: 'scannig image '
|
||||||
|
|
Loading…
Reference in a new issue