Skip to content

Commit

Permalink
Merge pull request #212 from oam-dev/fix-release
Browse files Browse the repository at this point in the history
Image tag is not correctly set
  • Loading branch information
zzxwill authored Dec 29, 2021
2 parents 086b42f + 3119422 commit e1e2fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
patch="0"
current_repo_tag="$major.$minor.$patch"
tag=${GITHUB_REF#refs/tags/}
image_tag=${image_tag#"v"}
image_tag=${tag#"v"}
chart_version=$latest_repo_tag
if [[ ${GITHUB_REF} == "refs/heads/master" ]]; then
image_tag=latest
Expand Down

0 comments on commit e1e2fe3

Please sign in to comment.