We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbf5d0 commit 4fe4411Copy full SHA for 4fe4411
1 file changed
.github/workflows/build-and-push.yml
@@ -52,9 +52,12 @@ jobs:
52
push: true
53
cache-from: type=gha
54
cache-to: type=gha,mode=max
55
+
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
58
annotations: ${{ steps.meta.outputs.annotations }}
59
+ provenance: mode=max
60
+ sbom: true
61
62
- name: Deploy to Coolify
63
if: env.COOLIFY_WEBHOOK != '' && env.COOLIFY_SECRET != ''
0 commit comments