Skip to content

Commit f901f8a

Browse files
committed
Updated Docker image
1 parent 1f461e4 commit f901f8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
services:
1010
postgres:
11-
image: ankane/pgvector
11+
image: pgvector/pgvector:pg16
1212
env:
1313
POSTGRES_HOST_AUTH_METHOD: trust
1414
options: >-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.git
3535
3636
### Service
3737
38-
For a [service container](https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers), use the `ankane/pgvector` image instead of `postgres`.
38+
For a [service container](https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers), use the `pgvector/pgvector` image instead of `postgres`.
3939

4040
```yml
4141
services:
4242
postgres:
43-
image: ankane/pgvector
43+
image: pgvector/pgvector:pg16
4444
env:
4545
POSTGRES_HOST_AUTH_METHOD: trust
4646
options: >-

0 commit comments

Comments
 (0)