Skip to content

Commit

Permalink
fix: Artiface name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Aug 25, 2024
1 parent fe1a837 commit 1c77082
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ jobs:
if: ${{ inputs.push }}
uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0
with:
artifact-name: ${{ inputs.image_tag }}.sbom.spdx.json
artifact-name: ${{ inputs.image_title }}-${{ inputs.image_tag }}.sbom.spdx.json
format: spdx-json
image: ${{ inputs.registry }}/${{ inputs.image_name }}:${{ inputs.image_tag }}
output-file: ${{ inputs.image_tag }}.sbom.spdx.json
upload-artifact: true
upload-release-assets: false

Expand Down

0 comments on commit 1c77082

Please sign in to comment.