From f901f8a39d6e4e3e3f53d562afd3c76ab8a3c026 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 17 Feb 2024 10:44:57 -0800 Subject: [PATCH] Updated Docker image --- .github/workflows/service.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/service.yml b/.github/workflows/service.yml index fd039b7..b8dda67 100644 --- a/.github/workflows/service.yml +++ b/.github/workflows/service.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: ankane/pgvector + image: pgvector/pgvector:pg16 env: POSTGRES_HOST_AUTH_METHOD: trust options: >- diff --git a/README.md b/README.md index b0f1958..988a6a6 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.git ### Service -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`. +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`. ```yml services: postgres: - image: ankane/pgvector + image: pgvector/pgvector:pg16 env: POSTGRES_HOST_AUTH_METHOD: trust options: >-