From e9fac30b3353dc94a8b8ca7245af49074fc25127 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Wed, 17 Jan 2024 09:51:02 +0100 Subject: [PATCH] fix: Do not push PR tags Signed-off-by: bo0tzz --- .github/workflows/docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 27b4dae..3d417e7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }}