Skip to content

Commit

Permalink
fix: sbom artefact name (#380)
Browse files Browse the repository at this point in the history
## This PR

Fixes #379

Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
  • Loading branch information
Kavindu-Dodan authored Feb 6, 2023
1 parent 79ac2f6 commit 3daef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d # v0
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release-please.outputs.release_tag_name }}
artifact-name: ${{ format('{0}-{1}-sbom.spdx',env.IMAGE_NAME, needs.release-please.outputs.release_tag_name) }}
artifact-name: ${{ format('flagd-{0}-sbom.spdx', needs.release-please.outputs.release_tag_name) }}
go-release:
needs: release-please
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3daef26

Please sign in to comment.