mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-31 14:57:18 +00:00
feat: Push images to docker hub (#1)
Signed-off-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -58,6 +58,12 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Login to Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERIO_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERIO_TOKEN }}
|
||||||
|
|
||||||
- name: Determine version change
|
- name: Determine version change
|
||||||
id: changed-version
|
id: changed-version
|
||||||
uses: tj-actions/changed-files@v41
|
uses: tj-actions/changed-files@v41
|
||||||
@@ -88,6 +94,7 @@ jobs:
|
|||||||
latest=false
|
latest=false
|
||||||
images: |
|
images: |
|
||||||
name=ghcr.io/${{ github.repository }}
|
name=ghcr.io/${{ github.repository }}
|
||||||
|
name=tensorchord/cloudnative-pgvecto-rs
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ matrix.cnpg }}-${{ matrix.pgvectors }},enable=${{ steps.should-release.outputs.result }}
|
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 }}
|
type=raw,value=${{ steps.version.outputs.pg_major }}-${{ matrix.pgvectors }},enable=${{ steps.should-release.outputs.result }}
|
||||||
|
|||||||
Reference in New Issue
Block a user