Commit 38e91da 1 parent 7e51f1e commit 38e91da Copy full SHA for 38e91da
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,17 @@ jobs:
164
164
with :
165
165
username : ${{ secrets.DOCKERIO_USERNAME }}
166
166
password : ${{ secrets.DOCKERIO_TOKEN }}
167
- - name : Push to binary Docker Registry
167
+ - name : Push binary release to Docker Registry
168
168
uses : docker/build-push-action@v4
169
169
with :
170
170
context : .
171
+ push : true
171
172
file : ./docker/binary_release.Dockerfile
172
173
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
174
175
uses : docker/build-push-action@v4
175
176
with :
176
- context : .
177
+ context : .
178
+ push : true
177
179
file : ./docker/pgvecto-rs.Dockerfile
178
180
tags : tensorchord/pgvecto-rs:latest, tensorchord/pgvecto-rs:pg${{ matrix.version }}-${{ needs.setup.outputs.version }}-amd64
You can’t perform that action at this time.
0 commit comments