Skip to content

Commit

Permalink
fix: syntax error on cosign step
Browse files Browse the repository at this point in the history
Changed action name to match the ID of
build-push-action.

Signed-off-by: Arthur Savage <[email protected]>
  • Loading branch information
arthurus-rex committed Jul 29, 2024
1 parent a997728 commit 8107eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: sign-image
run: |
cosign sign -y quay.io/rh-ee-asavage/gha-image-test:latest${{ steps.build-push.outputs.digest }}
cosign sign -y quay.io/rh-ee-asavage/gha-image-test:latest${{ steps.build-push-image.outputs.digest }}

0 comments on commit 8107eb7

Please sign in to comment.