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>
(cherry picked from commit 3c55081)
  • Loading branch information
yangchiu authored and innobead committed Jul 22, 2024
1 parent 6fa6a28 commit 94f0a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: longhornio/longhorn-ui:${{ env.branch }}-head
file: Dockerfile
sbom: true
build-args: |
VERSION=${{ env.sha_short }}
Expand All @@ -52,5 +53,6 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: longhornio/longhorn-ui:${{ github.ref_name }}
file: Dockerfile
sbom: true
build-args: |
VERSION=${{ github.ref_name }}

0 comments on commit 94f0a43

Please sign in to comment.