We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7c473 commit 8defc30Copy full SHA for 8defc30
.github/workflows/publish.yml
@@ -59,7 +59,7 @@ jobs:
59
tags: |
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 }}
62
- type=ref,event=tag # Add tag from git tag if event is a tag push (e.g., v1.0.0)
+ type=ref,event=tag
63
64
- name: Build and push Docker image
65
uses: docker/build-push-action@v7
0 commit comments