75
75
run : npm run build
76
76
77
77
- name : Create provenance attestation 🔏
78
- uses : actions/attest-build-provenance@v1.3.1
78
+ uses : actions/attest-build-provenance@v1.3.2
79
79
with :
80
80
subject-path : |
81
81
${{ matrix.platform == 'ubuntu' && 'packaging/tauri/target/release/bundle/appimage_deb' || '' }}
@@ -177,7 +177,7 @@ jobs:
177
177
uses : docker/setup-buildx-action@v3.3.0
178
178
179
179
- name : Build images 🛠️
180
- uses : docker/build-push-action@v6.0.0
180
+ uses : docker/build-push-action@v6.0.1
181
181
id : image
182
182
with :
183
183
context : .
@@ -200,7 +200,7 @@ jobs:
200
200
path : docker_image.tar
201
201
202
202
- name : Create provenance attestation 🔏
203
- uses : actions/attest-build-provenance@v1.3.1
203
+ uses : actions/attest-build-provenance@v1.3.2
204
204
with :
205
205
subject-path : docker_image.tar
206
206
@@ -230,7 +230,7 @@ jobs:
230
230
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
231
231
232
232
- name : Create provenance attestation 🔏
233
- uses : actions/attest-build-provenance@v1.3.1
233
+ uses : actions/attest-build-provenance@v1.3.2
234
234
with :
235
235
subject-path : dist
236
236
@@ -281,7 +281,7 @@ jobs:
281
281
password : ${{ secrets.JF_BOT_TOKEN }}
282
282
283
283
- name : Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
284
- uses : docker/build-push-action@v6.0.0
284
+ uses : docker/build-push-action@v6.0.1
285
285
id : image
286
286
with :
287
287
context : .
0 commit comments