From 3e6642c9708811dc9c3b91d9b0a86a7ce32bcfea Mon Sep 17 00:00:00 2001 From: Tulili Date: Sat, 16 Mar 2024 00:52:02 -0300 Subject: [PATCH] fix: signing does not work because of typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfc14f7..d0b7d4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: uses: EyeCantCU/cosign-action/sign@v0.2.2 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 }}