feat: Dockerfile remove config

This commit is contained in:
zzw
2026-08-21 10:49:12 +08:00
parent f360c268be
commit a2492a346e
20 changed files with 254 additions and 112 deletions
+3 -3
View File
@@ -105,7 +105,7 @@ jobs:
- name: Docker build
run: |
docker buildx build --load \
-f product/Dockerfile \
-f services/product/Dockerfile \
-t ${{ vars.REGISTRY }}/$NAME:latest \
.
@@ -130,7 +130,7 @@ jobs:
- name: Docker build
run: |
docker buildx build --load \
-f admin/Dockerfile \
-f services/admin/Dockerfile \
-t ${{ vars.REGISTRY }}/$NAME:latest \
.
@@ -155,7 +155,7 @@ jobs:
- name: Docker build
run: |
docker buildx build --load \
-f user/Dockerfile \
-f services/user/Dockerfile \
-t ${{ vars.REGISTRY }}/$NAME:latest \
.