Skip to content

Commit 1429dab

Browse files
committed
ci(docker): add provenance
1 parent 52680b8 commit 1429dab

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
@@ -59,6 +59,7 @@ jobs:
5959
pull: true
6060
push: true
6161
sbom: true
62+
provenance: mode=max
6263
tags: ${{ steps.meta.outputs.tags }}
6364
labels: ${{ steps.meta.outputs.labels }}
6465
- name: Install cosign

0 commit comments

Comments
 (0)