Skip to content

Commit

Permalink
Add publishing sbom in workflows
Browse files Browse the repository at this point in the history
Thix fix previously removed publishing of sbom from `publish.yml`
workflow.

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
(cherry picked from commit 9ba7486)
  • Loading branch information
uncleDecart authored and eriknordmark committed Jul 13, 2023
1 parent 6d2ae04 commit 8908156
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
command: "V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} LINUXKIT_PKG_TARGET=push eve"
dockerhub-token: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
dockerhub-account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
- uses: ./.github/actions/run-make
if: matrix.arch != 'riscv64'
with:
command: "V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} LINUXKIT_PKG_TARGET=push sbom collected_sources compare_sbom_collected_sources publish_sources"
dockerhub-token: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
dockerhub-account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}

verification:
if: github.event.repository.full_name == 'lf-edge/eve'
Expand Down

0 comments on commit 8908156

Please sign in to comment.