Skip to content

Commit

Permalink
fix typo (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinjing.Zhou <[email protected]>
  • Loading branch information
VoVAllen authored Nov 17, 2023
1 parent df9a47f commit 70ce215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ jobs:
platforms: "linux/${{ matrix.arch }}"
file: ./docker/pgvecto-rs.Dockerfile
build-args: |
TAGS=pg${{ matrix.version }}-${{ needs.setup.outputs.version }}-${{ matrix.arch }}
TAG=pg${{ matrix.version }}-${{ needs.setup.outputs.version }}-${{ matrix.arch }}
POSTGRES_VERSION=${{ matrix.version }}
tags: tensorchord/pgvecto-rs:latest, tensorchord/pgvecto-rs:pg${{ matrix.version }}-${{ needs.setup.outputs.version }}-${{ matrix.arch }}

0 comments on commit 70ce215

Please sign in to comment.