We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd2b6c commit 254e273Copy full SHA for 254e273
.github/workflows/publish.yml
@@ -57,7 +57,8 @@ jobs:
57
with:
58
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.repository.name }}
59
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}}
+ 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)
63
64
- name: Build and push Docker image
0 commit comments