mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-06 04:33:02 +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: |
|
||||
name=ghcr.io/${{ github.repository_owner }}/cnpgvecto.rs
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
# TODO: When exactly to push these tags?
|
||||
type=raw,value=${{ matrix.cnpgTag }}-${{ 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
|
||||
uses: docker/build-push-action@v4.1.1
|
||||
|
||||
Reference in New Issue
Block a user