Skip to content

Commit fd12e77

Browse files
committed
ci(docker): add provenance
1 parent 1b1a9e9 commit fd12e77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
pull: true
6767
push: ${{ github.ref == 'refs/heads/main' }}
6868
sbom: true
69+
provenance: mode=max
6970
tags: ${{ steps.meta.outputs.tags }}
7071
labels: ${{ steps.meta.outputs.labels }}
7172
- name: Install cosign

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
pull: true
5959
push: true
6060
sbom: true
61+
provenance: mode=max
6162
tags: ${{ steps.meta.outputs.tags }}
6263
labels: ${{ steps.meta.outputs.labels }}
6364
- name: Install cosign

0 commit comments

Comments
 (0)