Skip to content

Commit

Permalink
Fix a typo in the action
Browse files Browse the repository at this point in the history
Fix a typo, we were missing a '}'
  • Loading branch information
Vincent056 authored and JAORMX committed Jun 18, 2024
1 parent 83757d5 commit df8644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
sbom: ${{ steps.get_inputs.outputs.sbom }
sbom: ${{ steps.get_inputs.outputs.sbom }}
platforms: ${{ steps.get_inputs.outputs.platforms }}

- name: Get container info
Expand Down

0 comments on commit df8644f

Please sign in to comment.