diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afc5bf15..19af84e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -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 }}