Skip to content

Commit

Permalink
fix(镜像): 修复标签信息异常
Browse files Browse the repository at this point in the history
  • Loading branch information
142vip.cn committed Nov 21, 2023
1 parent 82792d1 commit 4f2e254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -31,7 +31,7 @@ ARG GIT_MESSAGE
ARG HOME_PAGE

# 作者信息
LABEL "author.name"="$AUTHOR" "author.email"="$EMAIL"
LABEL "maintainer"="$AUTHOR <$EMAIL>"

# 项目信息
LABEL "repo.name"=$APP_NAME "repo.version"=$APP_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion scripts/bundle
Expand Up @@ -40,7 +40,7 @@ async function getGitInfo() {
// 输出最近一次提交的信息
return {
gitHash: commitHash,
gitMessage: commitMessage.join('')
gitMessage: commitMessage.join(' ')
}
}

Expand Down

0 comments on commit 4f2e254

Please sign in to comment.