Skip to content

Commit 8defc30

Browse files
committed
fix: remove inline comment breaking metadata-action v6
1 parent 6d7c473 commit 8defc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
tags: |
6060
type=raw,value=pg${{ matrix.pg_major_version }}-postgis${{ matrix.postgis_major_version }}-pgvector${{ matrix.pgvector_tag }}
6161
type=raw,value=latest,enable=${{ matrix.latest_tag_suffix }}
62-
type=ref,event=tag # Add tag from git tag if event is a tag push (e.g., v1.0.0)
62+
type=ref,event=tag
6363
6464
- name: Build and push Docker image
6565
uses: docker/build-push-action@v7

0 commit comments

Comments
 (0)