File tree 3 files changed +13
-62
lines changed
3 files changed +13
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 48
48
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
49
49
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.short-sha.outputs.sha }}
50
50
labels : ${{ steps.meta.outputs.labels }}
51
- - name : Generate artifact attestation
52
- uses : actions/attest-build-provenance@v2
53
- with :
54
- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55
- subject-digest : ${{ steps.push.outputs.digest }}
56
- push-to-registry : true
51
+ # - name: Generate artifact attestation
52
+ # uses: actions/attest-build-provenance@v2
53
+ # with:
54
+ # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55
+ # subject-digest: ${{ steps.push.outputs.digest }}
56
+ # push-to-registry: true
Original file line number Diff line number Diff line change @@ -41,3 +41,10 @@ arboard = "3.4"
41
41
[[bin ]]
42
42
name = " aigitcommit"
43
43
path = " src/main.rs"
44
+
45
+ [profile .release ]
46
+ strip = true
47
+ opt-level = " z"
48
+ lto = true
49
+ codegen-units = 1
50
+ panic = " abort"
You can’t perform that action at this time.
0 commit comments