Skip to content

Commit 49ecf4f

Browse files
committed
update ci vector db images
1 parent 3953943 commit 49ecf4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
-e POSTGRES_PASSWORD=pass \
9595
-e POSTGRES_DB=mydb \
9696
-p 5432:5432 \
97-
ankane/pgvector
97+
pgvector/pgvector:0.8.1-pg18-trixie
9898
9999
- name: Start Redis
100100
if: matrix.db == 'redis'
101101
run: |
102102
podman run -d --name redis-test \
103103
-p 6379:6379 \
104-
redis/redis-stack-server:6.2.6-v19
104+
redis/redis-stack-server:7.2.0-v19
105105
106106
- name: Start Elasticsearch
107107
if: matrix.db == 'elastic'
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
podman run -d --name qdrant-test \
121121
-p 6333:6333 \
122-
qdrant/qdrant
122+
qdrant/qdrant:latest-unprivileged
123123
124124
- name: Wait for DB to start
125125
run: sleep 30

0 commit comments

Comments
 (0)