Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): add provenance for SLSA3
Browse files Browse the repository at this point in the history
Signed-off-by: Raphanus Lo <[email protected]>
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
@@ -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
@@ -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
@@ -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
@@ -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

0 comments on commit da8a899

Please sign in to comment.