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