diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d774186..9ec6672 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -58,13 +58,6 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Login to Docker Hub - uses: docker/login-action@v3 - if: ${{ !github.event.pull_request.head.repo.fork }} - with: - username: ${{ secrets.DOCKERIO_USERNAME }} - password: ${{ secrets.DOCKERIO_TOKEN }} - - name: Determine version change id: changed-version run: | @@ -103,8 +96,7 @@ jobs: # Disable latest tag latest=false images: | - name=ghcr.io/${{ github.repository }} - name=tensorchord/cloudnative-pgvecto-rs + name=ghcr.io/${{ github.repository_owner }}/cloudnative-vectorchord-pgvecto.rs tags: | type=raw,value=${{ matrix.cnpg }}-${{ matrix.pgvectors }},enable=${{ steps.should-release.outputs.result }} type=raw,value=${{ steps.version.outputs.pg_major }}-${{ matrix.pgvectors }},enable=${{ steps.should-release.outputs.result }} diff --git a/README.md b/README.md index f7dc99e..5696d9d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cnpgvecto.rs -Container images for [cloudnative-pg](https://cloudnative-pg.io/) with [VectorChord](https://github.com/tensorchord/VectorChord) and [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) extension installed. +Container images for [cloudnative-pg](https://cloudnative-pg.io) with [VectorChord](https://github.com/tensorchord/VectorChord) and [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) extension installed. > [!IMPORTANT] diff --git a/versions.yaml b/versions.yaml index 8562e7d..48bc41c 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,12 +1,12 @@ cnpg: # renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql - - "14.18" + - "14.18-bookworm" # renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql - - "15.13" + - "15.13-bookworm" # renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql - - "16.9" + - "16.9-bookworm" # renovate: datasource=docker depName=ghcr.io/cloudnative-pg/postgresql - - "17.5" + - "17.5-bookworm" pgvectors: # renovate: datasource=github-releases depName=tensorchord/pgvecto.rs - "v0.4.0"