Remove provenance and sbom from build-release.yml

Removed 'provenance' and 'sbom' options from Docker build steps.
This commit is contained in:
clsferguson 2025-09-10 22:50:24 -06:00 committed by GitHub
parent 84cf9a63e7
commit 9df654da53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,8 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
provenance: false
sbom: false
tags: |
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
${{ env.IMAGE_NAME }}:latest
@ -145,6 +147,8 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
provenance: false
sbom: false
tags: |
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
${{ env.IMAGE_NAME }}:latest