Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
9d4128867c
commit
97c4efc42e
@ -15,7 +15,7 @@ steps:
|
|||||||
dockerComposeFileArgs: |
|
dockerComposeFileArgs: |
|
||||||
TAG=dev
|
TAG=dev
|
||||||
- task: DockerCompose@0
|
- task: DockerCompose@0
|
||||||
displayName: Compose push basket
|
displayName: Compose push apigws
|
||||||
inputs:
|
inputs:
|
||||||
dockerComposeCommand: 'push mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw'
|
dockerComposeCommand: 'push mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw'
|
||||||
containerregistrytype: Container Registry
|
containerregistrytype: Container Registry
|
||||||
@ -24,6 +24,8 @@ steps:
|
|||||||
qualifyImageNames: true
|
qualifyImageNames: true
|
||||||
projectName: ""
|
projectName: ""
|
||||||
additionalImageTags:
|
additionalImageTags:
|
||||||
|
dockerComposeFileArgs: |
|
||||||
|
TAG=dev
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
inputs:
|
inputs:
|
||||||
sourceFolder: $(Build.SourcesDirectory)/k8s/helm
|
sourceFolder: $(Build.SourcesDirectory)/k8s/helm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user