chore: enhance Docker build workflow with additional options

- Added provenance and sbom options set to false.
- Configured outputs for registry with specified compression settings.
This commit is contained in:
Josh Jacobs
2025-10-26 17:32:09 +00:00
parent 6666a5bc6c
commit 5e6beb973b

View File

@@ -61,6 +61,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY_IMAGE }}:latest tags: ${{ env.REGISTRY_IMAGE }}:latest
provenance: false
sbom: false
outputs: type=registry,compression=zstd,compression-level=6,oci-mediatypes=true,force-compression=true
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max