File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 2424 id-token : write
2525 steps :
2626 - name : Check out the repo
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828
2929 - name : Log in to Docker Hub
3030 uses : docker/login-action@v3
@@ -40,18 +40,10 @@ jobs:
4040
4141 - name : Build and push Docker image
4242 id : push
43- uses : docker/build-push-action@v5
43+ uses : docker/build-push-action@v6
4444 with :
4545 context : .
4646 file : ./Dockerfile
4747 push : true
4848 tags : ${{ steps.meta.outputs.tags }}
49- labels : ${{ steps.meta.outputs.labels }}
50-
51-
52- - name : Generate artifact attestation
53- uses : actions/attest-build-provenance@v1
54- with :
55- subject-name : untagged6785/ha-mitaffald
56- subject-digest : ${{ steps.push.outputs.digest }}
57- push-to-registry : true
49+ labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments