Skip to content

Commit db15976

Browse files
authored
ci: fix release ci (#187)
[skip ci] Signed-off-by: usamoi <usamoi@outlook.com>
1 parent ebd276e commit db15976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
push: true
159159
platforms: "linux/${{ matrix.platform }}"
160160
file: ./docker/binary_release.Dockerfile
161-
tags: tensorchord/pgvecto-rs-binary:pg${{ matrix.version }}-${{ github.event.inputs.version }}-${{ matrix.platform }}
161+
tags: tensorchord/pgvecto-rs-binary:pg${{ matrix.version }}-v${{ github.event.inputs.version }}-${{ matrix.platform }}
162162
docker_release:
163163
needs: ["docker_binary_release"]
164164
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)