Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ permissions:
contents: read
packages: write
deployments: write
id-token: write

# Global environment variables used across jobs.
env:
Expand Down Expand Up @@ -121,8 +122,9 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: true
sbom: true
attests: |
type=provenance,mode=max
type=sbom,mode=max
cache-from: type=gha

# Marking deployment as "success" if the workflow succeeds.
Expand Down
Loading