Add SBOM to container (#5017)
* Add sbom to docker * Enable manual release * remove dispatch
This commit is contained in:
parent
aebff26ad3
commit
f3a13fc625
|
|
@ -120,6 +120,8 @@ jobs:
|
|||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
sbom: true
|
||||
provenance: false
|
||||
target: production
|
||||
tags: ${{ env.docker_tags }}
|
||||
build-args: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue