fix: Do not push PR tags

Signed-off-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
bo0tzz
2024-01-17 09:51:02 +01:00
parent 03b32843d2
commit e9fac30b33

View File

@@ -89,7 +89,6 @@ jobs:
images: |
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr
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=${{ matrix.cnpg }},enable=${{ steps.should-release.outputs.result }}