Skip to content

Commit f1d4bac

Browse files
committed
Fix syntax
1 parent ab62806 commit f1d4bac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ stages:
4646
pool:
4747
vmImage: ubuntu-latest
4848
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
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
5858
- task: ShellScript@2
5959
displayName: Generate Staging Manifest
6060
inputs:

0 commit comments

Comments
 (0)