Skip to content

Commit

Permalink
Bug Fix: cosign step not correctly extracting tag version
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Feb 21, 2024
1 parent 282a614 commit 02122d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
file=${pkg##*/}
name=${file%-*}
version=${file%.*}
version=${version#*-}
version=${version##*-}
cosign sign ghcr.io/"${GITHUB_REPOSITORY_OWNER}"/charts/"${name}":"${version}"
done

0 comments on commit 02122d7

Please sign in to comment.