Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 97c4efc

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9d41288 commit 97c4efc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/azure-devops/apigws/azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
dockerComposeFileArgs: |
1616
TAG=dev
1717
- task: DockerCompose@0
18-
displayName: Compose push basket
18+
displayName: Compose push apigws
1919
inputs:
2020
dockerComposeCommand: 'push mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw'
2121
containerregistrytype: Container Registry
@@ -24,6 +24,8 @@ steps:
2424
qualifyImageNames: true
2525
projectName: ""
2626
additionalImageTags:
27+
dockerComposeFileArgs: |
28+
TAG=dev
2729
- task: CopyFiles@2
2830
inputs:
2931
sourceFolder: $(Build.SourcesDirectory)/k8s/helm

0 commit comments

Comments
 (0)