Skip to content

Commit 985d9ea

Browse files
committed
v1.7.3.2
1 parent ee06a16 commit 985d9ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
8383
test-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

0 commit comments

Comments
 (0)