Skip to content

Commit

Permalink
Adopt shotit-worker-searcher v0.9.16 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H authored Aug 10, 2023
2 parents 59a750b + 38c5f14 commit 0cf5567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
-e SOLA_SOLR_LIST=http://172.17.0.1:8983/solr/ \
-e SEARCHER_URL=http://172.17.0.1:19531 \
-e MILVUS_URL=172.17.0.1:19530 \
ghcr.io/shotit/shotit-worker-searcher:v0.9.15
ghcr.io/shotit/shotit-worker-searcher:v0.9.16
- name: Docker run sorter
env:
CONTAINER_NETWORK: ${{ job.container.network }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:

searcher:
container_name: shotit-searcher
image: ghcr.io/shotit/shotit-worker-searcher:v0.9.15
image: ghcr.io/shotit/shotit-worker-searcher:v0.9.16
restart: unless-stopped
ports:
- 19531:19531
Expand Down

0 comments on commit 0cf5567

Please sign in to comment.