mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-31 14:57:18 +00:00
Push tags without pgvecto.rs version
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -67,11 +67,12 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
name=ghcr.io/${{ github.repository_owner }}/cnpgvecto.rs
|
name=ghcr.io/${{ github.repository_owner }}/cnpgvecto.rs
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
# TODO: When exactly to push these tags?
|
# TODO: When exactly to push these tags?
|
||||||
type=raw,value=${{ matrix.cnpgTag }}-${{ matrix.pgvectorsVersion }}
|
type=raw,value=${{ matrix.cnpgTag }}-${{ matrix.pgvectorsVersion }}
|
||||||
type=raw,value=${{ steps.version.outputs.pg_major }}-${{ matrix.pgvectorsVersion }}
|
type=raw,value=${{ steps.version.outputs.pg_major }}-${{ matrix.pgvectorsVersion }}
|
||||||
|
type=raw,value=${{ matrix.cnpgTag }}
|
||||||
|
type=raw,value=${{ steps.version.outputs.pg_major }}
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v4.1.1
|
uses: docker/build-push-action@v4.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user