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 17f28d8 commit b068077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:18.18.0-alpine AS build_base

ARG CONTAINER_BUILD
## 确定工作空间 /apps
WORKDIR /apps
COPY . .

Expand All @@ -35,7 +34,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

0 comments on commit b068077

Please sign in to comment.