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

Commit 8b38150

Browse files
committed
updated build catalog
1 parent a30d80a commit 8b38150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/azure-devops/catalog-api/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
dockerComposeCommand: 'build catalog.api'
1010
containerregistrytype: Container Registry
1111
dockerRegistryEndpoint: $(registryEndpoint)
12-
dockerComposeFile: src/docker-compose.yml
12+
dockerComposeFile: /docker-compose.yml
1313
qualifyImageNames: true
1414
projectName: ""
1515
additionalImageTags: |
@@ -21,7 +21,7 @@ steps:
2121
dockerComposeCommand: 'build catalog.api'
2222
containerregistrytype: Container Registry
2323
dockerRegistryEndpoint: $(registryEndpoint)
24-
dockerComposeFile: src/docker-compose.yml
24+
dockerComposeFile: /docker-compose.yml
2525
qualifyImageNames: true
2626
projectName: ""
2727
additionalImageTags: |

0 commit comments

Comments
 (0)