We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce5384 commit a430d49Copy full SHA for a430d49
.github/workflows/docker-image.yaml
@@ -23,6 +23,8 @@ jobs:
23
permissions:
24
contents: read
25
packages: write
26
+ attestations: write
27
+ id-token: write
28
29
steps:
30
- name: Checkout repository
@@ -52,6 +54,7 @@ jobs:
52
54
with:
53
55
context: .
56
push: ${{ github.event_name == 'push' && 'true' || 'false' }}
57
+ sbom: ${{ github.event_name == 'push' && 'true' || 'false' }}
58
platforms: linux/amd64,linux/arm64
59
tags: ${{ steps.meta.outputs.tags }}
60
labels: ${{ steps.meta.outputs.labels }}
0 commit comments