We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddcb87 commit e9a04ccCopy full SHA for e9a04cc
.github/workflows/image-publish.yml
@@ -81,6 +81,8 @@ jobs:
81
context: .
82
platforms: linux/amd64,linux/arm64
83
push: true
84
+ provenance: mode=max
85
+ sbom: true
86
tags: ${{ steps.docker-metadata.outputs.tags }}
87
labels: ${{ steps.docker-metadata.outputs.labels }}
88
cache-from: type=gha
0 commit comments