Skip to content

Commit 254e273

Browse files
committed
ci: fix publish
1 parent 3fd2b6c commit 254e273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
with:
5858
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.repository.name }}
5959
tags: |
60-
type=raw,value=pg${{ matrix.pg_major_version }}-postgis${{ matrix.postgis_major_version }}-pgvector${{ matrix.pgvector_tag }}\n{{#if matrix.latest_tag_suffix}}latest{{/if}}
60+
type=raw,value=pg${{ matrix.pg_major_version }}-postgis${{ matrix.postgis_major_version }}-pgvector${{ matrix.pgvector_tag }}
61+
type=raw,value=latest,enable=${{ matrix.latest_tag_suffix }}
6162
type=ref,event=tag # Add tag from git tag if event is a tag push (e.g., v1.0.0)
6263
6364
- name: Build and push Docker image

0 commit comments

Comments
 (0)