Skip to content

Commit

Permalink
fixed cosign steps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yvoswillens committed Oct 9, 2024
1 parent 33183b1 commit 67380db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-release-with-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
cosign sign --key cosign.key \
-a "repo=${{ github.repository }}" \
-a "ref=${{ github.sha }}" \
flowable/flowable-rest:${{ steps.meta.outputs.version }}
flowable/flowable-rest:${{ steps.meta.outputs.version }} \
-y
cosign sign --key cosign.key \
-a "repo=${{ github.repository }}" \
-a "ref=${{ github.sha }}" \
Expand Down

0 comments on commit 67380db

Please sign in to comment.