Browse Source

updated build catalog

pull/975/head
eiximenis 5 years ago
parent
commit
8b3815018f
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' dockerComposeCommand: 'build catalog.api'
containerregistrytype: Container Registry containerregistrytype: Container Registry
dockerRegistryEndpoint: $(registryEndpoint) dockerRegistryEndpoint: $(registryEndpoint)
dockerComposeFile: src/docker-compose.yml
dockerComposeFile: /docker-compose.yml
qualifyImageNames: true qualifyImageNames: true
projectName: "" projectName: ""
additionalImageTags: | additionalImageTags: |
@ -21,7 +21,7 @@ steps:
dockerComposeCommand: 'build catalog.api' dockerComposeCommand: 'build catalog.api'
containerregistrytype: Container Registry containerregistrytype: Container Registry
dockerRegistryEndpoint: $(registryEndpoint) dockerRegistryEndpoint: $(registryEndpoint)
dockerComposeFile: src/docker-compose.yml
dockerComposeFile: /docker-compose.yml
qualifyImageNames: true qualifyImageNames: true
projectName: "" projectName: ""
additionalImageTags: | additionalImageTags: |


Loading…
Cancel
Save