mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-06 04:33:02 +00:00
👷 ci: updates Docker image and registry details
This commit is contained in:
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user