Skip to content

Commit

Permalink
ci: fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed May 4, 2024
1 parent 9bca130 commit 8a35647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
with:
subject-name: ${{ steps.imagename.outputs.image_name }}
subject-digest: ${{ steps.push.outputs.digest }}
sbom-file: 'sbom.cyclonedx.json'
sbom-path: 'sbom.cyclonedx.json'
push-to-registry: true
if: inputs.push == 'true'

Expand Down

0 comments on commit 8a35647

Please sign in to comment.