Skip to content

Commit

Permalink
feat(ci): add provenance for SLSA3
Browse files Browse the repository at this point in the history
Signed-off-by: Raphanus Lo <yunchang.lo@suse.com>
  • Loading branch information
COLDTURNIP committed Jan 13, 2025
1 parent 767566a commit da8a899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
tags: longhornio/longhorn-engine:${{ env.branch }}-head-amd64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=amd64
- name: docker-build-longhorn-engine-with-tag
Expand All @@ -139,6 +140,7 @@ jobs:
tags: longhornio/longhorn-engine:${{ github.ref_name }}-amd64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=amd64
Expand Down Expand Up @@ -207,6 +209,7 @@ jobs:
tags: longhornio/longhorn-engine:${{ env.branch }}-head-arm64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=arm64
- name: docker-build-longhorn-engine-with-tag
Expand All @@ -230,6 +233,7 @@ jobs:
tags: longhornio/longhorn-engine:${{ github.ref_name }}-arm64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=arm64
Expand Down

0 comments on commit da8a899

Please sign in to comment.