Skip to content

Commit b779f83

Browse files
committed
left something...
Signed-off-by: Zoupers <qy@zouper.cn>
1 parent c30dda6 commit b779f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/image_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ done
4646

4747
# Remove the "v" prefix because we don't want to add it twice.
4848
version="${version#v}"
49-
if [[ "$version" == "" ]] && [[ "$channel" == "" ]]; then
49+
if [[ "$version" == "" ]]; then
5050
version="$(execrelative ./version.sh)"
5151
fi
5252

0 commit comments

Comments
 (0)