Skip to content

Commit

Permalink
ci: change service name (#38)
Browse files Browse the repository at this point in the history
After project name change
  • Loading branch information
alexgarel authored Jul 28, 2023
1 parent 4fb5352 commit 3bd53f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
image_name:
- off_search_image
- search_service_image
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: wait-build
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: build (off_search_image)
checkName: build (search_service_image)
ref: ${{ github.event.pull_request.head.sha || github.sha }}
intervalSeconds: 10
timeoutSeconds: 600 # 10m
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# review when someone opens a pull request.
# For more on how to customize the CODEOWNERS file - https://help.github.com/en/articles/about-code-owners

* @openfoodfacts/openfoodfacts-search
* @openfoodfacts/search-a-licious
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ x-base-es-envs: &base-es-envs


x-searchservice-common: &searchservice-common
image: ghcr.io/openfoodfacts/openfoodfacts-search/off_search_image:${TAG:-dev}
image: ghcr.io/openfoodfacts/search-a-licious/search_service_image:${TAG:-dev}
restart: ${RESTART_POLICY}
environment:
- ELASTICSEARCH_URL=es01:9200
Expand Down

0 comments on commit 3bd53f0

Please sign in to comment.