Skip to content

Commit f212b19

Browse files
fix(release): Disable provenance and SBOM generation in Docker build metadata. (#29)
1 parent 44e411f commit f212b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ jobs:
111111
org.opencontainers.image.source=https://github.com/${{ github.repository }}
112112
org.opencontainers.image.url=https://github.com/${{ github.repository }}
113113
org.opencontainers.image.version=${{ env.BUILD_VERSION }}
114-
provenance: true
114+
provenance: false
115115
push: true
116-
sbom: true
116+
sbom: false
117117
tags: ${{ steps.tags.outputs.tags }}
118118

119119
- name: Show build result

0 commit comments

Comments
 (0)