Skip to content

Commit cd90d8d

Browse files
committed
fix: added provenance default back
1 parent c45dc8e commit cd90d8d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
platforms: linux/amd64,linux/arm64
5757
push: true
5858
sbom: true
59-
provenance: false
6059
tags: ${{ steps.meta.outputs.tags }}
6160
labels: ${{ steps.meta.outputs.labels }}
6261
annotations: ${{ steps.meta.outputs.annotations }}

.github/workflows/on-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
platforms: linux/amd64,linux/arm64
7070
push: true
7171
sbom: true
72-
provenance: false
7372
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
7473

7574
- name: Create Release with autogenerated release notes

0 commit comments

Comments
 (0)