Skip to content

Commit

Permalink
cosign fails with multiple tags workaround #5
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Jul 7, 2022
1 parent 93decb7 commit ccf529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
- name: Sign the Docker image
env:
COSIGN_EXPERIMENTAL: "true"
run: cosign sign ${{ steps.meta.outputs.tags }}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit ccf529a

Please sign in to comment.