We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1a9e9 commit fd12e77Copy full SHA for fd12e77
.github/workflows/docker-build-push.yml
@@ -66,6 +66,7 @@ jobs:
66
pull: true
67
push: ${{ github.ref == 'refs/heads/main' }}
68
sbom: true
69
+ provenance: mode=max
70
tags: ${{ steps.meta.outputs.tags }}
71
labels: ${{ steps.meta.outputs.labels }}
72
- name: Install cosign
.github/workflows/docker-release.yml
@@ -58,6 +58,7 @@ jobs:
58
59
push: true
60
61
62
63
64
0 commit comments