Skip to content

Commit

Permalink
增加中版本的镜像tag
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Dec 20, 2024
1 parent 1d1cf1f commit 7487aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
-t dpanel/dpanel:${GITHUB_REF_NAME#v}-lite \
-t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite \
-t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:${GITHUB_REF_NAME#v}-lite \
-t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:${${GITHUB_REF_NAME#v}%.*}-lite \
--platform linux/arm64,linux/amd64,linux/arm/v7 \
--build-arg APP_VERSION=${GITHUB_REF_NAME#v} \
-f Dockerfile-lite \
Expand All @@ -112,6 +113,7 @@ jobs:
-t dpanel/dpanel:${GITHUB_REF_NAME#v} \
-t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest \
-t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:${GITHUB_REF_NAME#v}-latest \
-t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:${${GITHUB_REF_NAME#v}%.*}-latest \
--platform linux/arm64,linux/amd64,linux/arm/v7 \
--build-arg APP_VERSION=${GITHUB_REF_NAME#v} \
. --push
Expand Down

0 comments on commit 7487aa6

Please sign in to comment.