Browse Source

updated build catalog 2

pull/975/head
eiximenis 5 years ago
parent
commit
b075a4d4ad
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build/azure-devops/catalog-api/azure-pipelines.yml

+ 2
- 2
build/azure-devops/catalog-api/azure-pipelines.yml View File

@ -9,7 +9,7 @@ steps:
dockerComposeCommand: 'build catalog.api'
containerregistrytype: Container Registry
dockerRegistryEndpoint: $(registryEndpoint)
dockerComposeFile: /docker-compose.yml
dockerComposeFile: docker-compose.yml
qualifyImageNames: true
projectName: ""
additionalImageTags: |
@ -21,7 +21,7 @@ steps:
dockerComposeCommand: 'build catalog.api'
containerregistrytype: Container Registry
dockerRegistryEndpoint: $(registryEndpoint)
dockerComposeFile: /docker-compose.yml
dockerComposeFile: docker-compose.yml
qualifyImageNames: true
projectName: ""
additionalImageTags: |


Loading…
Cancel
Save