Skip to content

Commit

Permalink
ci: build and publish image with sbom attestation
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <yang.chiu@suse.com>
  • Loading branch information
yangchiu authored and innobead committed Jun 25, 2024
1 parent 6b9dfdf commit f3e2427
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 @@ -101,6 +101,7 @@ jobs:
platforms: linux/amd64
tags: longhornio/longhorn-instance-manager:${{ env.branch }}-head-amd64
file: package/Dockerfile
sbom: true
build-args: |
ARCH=amd64
- name: docker-publish-longhorn-instance-manager-with-tag
Expand All @@ -112,6 +113,7 @@ jobs:
platforms: linux/amd64
tags: longhornio/longhorn-instance-manager:${{ github.ref_name }}-amd64
file: package/Dockerfile
sbom: true
build-args: |
ARCH=amd64
Expand Down Expand Up @@ -162,6 +164,7 @@ jobs:
platforms: linux/arm64
tags: longhornio/longhorn-instance-manager:${{ env.branch }}-head-arm64
file: package/Dockerfile
sbom: true
build-args: |
ARCH=arm64
- name: docker-publish-longhorn-instance-manager-with-tag
Expand All @@ -173,6 +176,7 @@ jobs:
platforms: linux/arm64
tags: longhornio/longhorn-instance-manager:${{ github.ref_name }}-arm64
file: package/Dockerfile
sbom: true
build-args: |
ARCH=arm64
Expand Down

0 comments on commit f3e2427

Please sign in to comment.