Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: signing does not work because of typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 16, 2024
1 parent 9751fb4 commit 3e6642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: EyeCantCU/cosign-action/[email protected]
if: github.event_name != 'pull_request'
with:
containers: ${{ steps.recipe_meta.outputs.IMAGE_NAME }}
containers: ${{ steps.recipes_meta.outputs.IMAGE_NAME }}
registry: ${{env.IMAGE_REGISTRY}}
registry-token: ${{ secrets.GITHUB_TOKEN }}
signing-secret: ${{ secrets.SIGNING_SECRET }}
Expand Down

0 comments on commit 3e6642c

Please sign in to comment.