Skip to content

Commit 38e91da

Browse files
authored
Fix github action release (#53)
Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>
1 parent 7e51f1e commit 38e91da

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,17 @@ jobs:
164164
with:
165165
username: ${{ secrets.DOCKERIO_USERNAME }}
166166
password: ${{ secrets.DOCKERIO_TOKEN }}
167-
- name: Push to binary Docker Registry
167+
- name: Push binary release to Docker Registry
168168
uses: docker/build-push-action@v4
169169
with:
170170
context: .
171+
push: true
171172
file: ./docker/binary_release.Dockerfile
172173
tags: tensorchord/pgvecto-rs-binary:latest, tensorchord/pgvecto-rs-binary:pg${{ matrix.version }}-${{ needs.setup.outputs.version }}-amd64
173-
- name: Push to postgres with pgvecto.rs to Docker Registry
174+
- name: Push postgres with pgvecto.rs to Docker Registry
174175
uses: docker/build-push-action@v4
175176
with:
176-
context: .
177+
context: .
178+
push: true
177179
file: ./docker/pgvecto-rs.Dockerfile
178180
tags: tensorchord/pgvecto-rs:latest, tensorchord/pgvecto-rs:pg${{ matrix.version }}-${{ needs.setup.outputs.version }}-amd64

0 commit comments

Comments
 (0)