Skip to content

Commit 344c5e9

Browse files
author
longshan.lu
committed
chore(ci): update Postgres service image to pgvector/pgvector:pg17 in CI workflow
1 parent d8dfa9c commit 344c5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container: ubuntu:24.04
1616
services:
1717
postgres:
18-
image: postgres
18+
image: pgvector/pgvector:pg17
1919
env:
2020
POSTGRES_PASSWORD: postgres
2121
# Set health checks to wait until postgres has started
@@ -117,7 +117,7 @@ jobs:
117117
# Label used to access the service container
118118
postgres:
119119
# Docker Hub image
120-
image: postgres
120+
image: pgvector/pgvector:pg17
121121
env:
122122
POSTGRES_PASSWORD: postgres
123123
# Set health checks to wait until postgres has started

0 commit comments

Comments
 (0)