feat(ci): Set image name more dynamically

Signed-off-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
bo0tzz
2024-01-16 19:32:10 +01:00
parent c5625e6007
commit 03b32843d2

View File

@@ -87,7 +87,7 @@ jobs:
# Disable latest tag
latest=false
images: |
name=ghcr.io/${{ github.repository_owner }}/cnpgvecto.rs
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr
type=raw,value=${{ matrix.cnpg }}-${{ matrix.pgvectors }},enable=${{ steps.should-release.outputs.result }}