Commit 6ef069b 1 parent a03e999 commit 6ef069b Copy full SHA for 6ef069b
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
uses : actions/checkout@v4
57
57
58
58
- name : Set up QEMU
59
- uses : docker/setup-qemu-action@v3.4 .0
59
+ uses : docker/setup-qemu-action@v3.5 .0
60
60
61
61
- name : Set up Docker Buildx
62
- uses : docker/setup-buildx-action@v3.9 .0
62
+ uses : docker/setup-buildx-action@v3.10 .0
63
63
64
64
- name : Login to GitHub Container Registry
65
65
uses : docker/login-action@v3
88
88
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
89
89
90
90
- name : Build and push image
91
- uses : docker/build-push-action@v6.13 .0
91
+ uses : docker/build-push-action@v6.15 .0
92
92
with :
93
93
file : cli/Dockerfile
94
94
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
uses : actions/checkout@v4
142
142
143
143
- name : Set up Docker Buildx
144
- uses : docker/setup-buildx-action@v3.9 .0
144
+ uses : docker/setup-buildx-action@v3.10 .0
145
145
146
146
- name : Login to GitHub Container Registry
147
147
uses : docker/login-action@v3
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
- name : Build and push image
173
173
id : build
174
- uses : docker/build-push-action@v6.13 .0
174
+ uses : docker/build-push-action@v6.15 .0
175
175
with :
176
176
context : ${{ env.context }}
177
177
file : ${{ env.file }}
@@ -334,7 +334,7 @@ jobs:
334
334
335
335
- name : Build and push image
336
336
id : build
337
- uses : docker/build-push-action@v6.13 .0
337
+ uses : docker/build-push-action@v6.15 .0
338
338
with :
339
339
context : ${{ env.context }}
340
340
file : ${{ env.file }}
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ jobs:
457
457
runs-on : ubuntu-latest
458
458
services :
459
459
postgres :
460
- image : tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
460
+ image : tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
461
461
env :
462
462
POSTGRES_PASSWORD : postgres
463
463
POSTGRES_USER : postgres
You can’t perform that action at this time.
0 commit comments