Skip to content

feat: add release channel tag to image #17287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
left something...
Signed-off-by: Zoupers <qy@zouper.cn>
  • Loading branch information
Zoupers committed Apr 9, 2025
commit b779f8370d82b4a3a8c77afdce89b17310958a01
2 changes: 1 addition & 1 deletion scripts/image_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ done

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

Expand Down