We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab62806 commit f1d4bacCopy full SHA for f1d4bac
azure-pipelines.yaml
@@ -46,15 +46,15 @@ stages:
46
pool:
47
vmImage: ubuntu-latest
48
steps:
49
- - task: Docker@2
50
- displayName: Build and Push Docker Image
51
- inputs:
52
- command: buildAndPush
53
- containerRegistry: SteeltoeContainerRegistry
54
- repository: net-core-tool-service
55
- tags: |
56
- $(Build.BuildId)
57
- latest
+ - task: Docker@2
+ displayName: Build and Push Docker Image
+ inputs:
+ command: buildAndPush
+ containerRegistry: SteeltoeContainerRegistry
+ repository: net-core-tool-service
+ tags: |
+ $(Build.BuildId)
+ latest
58
- task: ShellScript@2
59
displayName: Generate Staging Manifest
60
inputs:
0 commit comments