Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jexs committed Dec 15, 2022
1 parent 682e23e commit 9ac34af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,10 @@ then
else
if $with_v
then
setOutput "new_tag_raw" "$new"
new="$package-v$new"
else
setOutput "new_tag_raw" "$new"
new="$package-$new"
fi
echo -e "Bumping tag ${tag} - New tag ${new}"
Expand Down

0 comments on commit 9ac34af

Please sign in to comment.