File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
run : npm run build
79
79
80
80
- name : Create provenance attestation 🔏
81
- uses : actions/attest-build-provenance@v1.4.0
81
+ uses : actions/attest-build-provenance@v1.4.1
82
82
continue-on-error : true
83
83
with :
84
84
subject-path : ${{ env.ARTIFACTS_PATH }}
@@ -199,7 +199,7 @@ jobs:
199
199
path : docker_image.tar
200
200
201
201
- name : Create provenance attestation 🔏
202
- uses : actions/attest-build-provenance@v1.4.0
202
+ uses : actions/attest-build-provenance@v1.4.1
203
203
continue-on-error : true
204
204
with :
205
205
subject-path : docker_image.tar
@@ -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.4.0
233
+ uses : actions/attest-build-provenance@v1.4.1
234
234
continue-on-error : true
235
235
with :
236
236
subject-path : dist
You can’t perform that action at this time.
0 commit comments