There was an error while loading. Please reload this page.
1 parent 1ec60ea commit 2ff423cCopy full SHA for 2ff423c
.github/workflows/docker.yaml
@@ -53,6 +53,8 @@ jobs:
53
context: .
54
platforms: linux/amd64,linux/arm64
55
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }} # only push on main branch or release tag
56
+ provenance: mode=max
57
+ sbom: true
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
60
build-args: |
0 commit comments