👷 ci: updates Docker image and registry details

This commit is contained in:
2025-07-09 17:42:26 +07:00
parent f741d96188
commit 99ab8ff058
3 changed files with 6 additions and 14 deletions

View File

@@ -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 }}

View File

@@ -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]

View File

@@ -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"