File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 --platform linux/arm64,linux/amd64,linux/arm/v7 \
141141 --build-arg APP_VERSION=${VERSION_TAG} \
142142 --build-arg APP_FAMILY=ce \
143- -f ./docker/Dockerfile
143+ -f ./docker/Dockerfile \
144144 . --push
145145
146146 # pe
@@ -172,7 +172,7 @@ jobs:
172172 --platform linux/arm64,linux/amd64,linux/arm/v7 \
173173 --build-arg APP_VERSION=${VERSION_TAG} \
174174 --build-arg APP_FAMILY=pe \
175- -f ./docker/Dockerfile-pe
175+ -f ./docker/Dockerfile-pe \
176176 . --push
177177
178178 - name : upload artifact
Original file line number Diff line number Diff line change @@ -71,20 +71,20 @@ test-pe: amd64 arm64
7171 --platform linux/amd64,linux/arm64 \
7272 --build-arg APP_VERSION=${VERSION} \
7373 --build-arg APP_FAMILY=pe \
74- -f Dockerfile-lite \
74+ -f ./docker/ Dockerfile-pe -lite \
7575 . --push
7676 docker buildx build \
7777 -t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel-pe:beta \
7878 --platform linux/amd64,linux/arm64 \
7979 --build-arg APP_VERSION=${VERSION} \
8080 --build-arg APP_FAMILY=pe \
81- -f Dockerfile \
81+ -f ./docker/ Dockerfile-pe \
8282 . --push
8383test-ee : amd64
8484 docker buildx build \
8585 -t registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel-ee:lite \
8686 --platform linux/amd64 \
8787 --build-arg APP_VERSION=${VERSION} \
8888 --build-arg APP_FAMILY=ee \
89- -f Dockerfile-lite \
89+ -f ./docker/ Dockerfile-pe -lite \
9090 . --push
You can’t perform that action at this time.
0 commit comments