Skip to content

Commit

Permalink
add tag to cosign target
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Sep 28, 2023
1 parent d4b1de0 commit d636a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--yes \
--output-certificate crt.pem \
--output-signature kwasm-image.sig \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
${{ steps.meta.outputs.tags }}
-
name: package release assets
if: runner.os != 'Windows'
Expand Down

0 comments on commit d636a85

Please sign in to comment.