We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd276e commit db15976Copy full SHA for db15976
.github/workflows/release.yml
@@ -158,7 +158,7 @@ jobs:
158
push: true
159
platforms: "linux/${{ matrix.platform }}"
160
file: ./docker/binary_release.Dockerfile
161
- tags: tensorchord/pgvecto-rs-binary:pg${{ matrix.version }}-${{ github.event.inputs.version }}-${{ matrix.platform }}
+ tags: tensorchord/pgvecto-rs-binary:pg${{ matrix.version }}-v${{ github.event.inputs.version }}-${{ matrix.platform }}
162
docker_release:
163
needs: ["docker_binary_release"]
164
runs-on: ubuntu-20.04
0 commit comments