Skip to content

Commit

Permalink
fix: Do not push PR tags
Browse files Browse the repository at this point in the history
Signed-off-by: bo0tzz <[email protected]>
  • Loading branch information
bo0tzz committed Jan 17, 2024
1 parent 03b3284 commit e9fac30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e9fac30

Please sign in to comment.