Skip to content

Commit 5ad131a

Browse files
committed
feat/ci: Add FE dockerfile config
Signed-off-by: SeeuSim <[email protected]>
1 parent 413179f commit 5ad131a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
--arg pkg "frontend" \
9292
--arg img "$DOCKER_REGISTRY_USN/frontend" \
9393
--arg ctx "./frontend" \
94-
--arg dkr "./frontend/express.Dockerfile" \
94+
--arg dkr "./frontend/frontend.Dockerfile" \
9595
--arg bag "port=$FRONTEND_PORT" \
9696
'{package: $pkg, image: $img, context: $ctx, dockerfile: $dkr, "build-args": $bag}')
9797
matrix+=("$config")
@@ -105,7 +105,7 @@ jobs:
105105
if: ${{ fromJson(needs.changes.outputs.matrix)[0] != null }}
106106
runs-on: ubuntu-latest
107107
strategy:
108-
fail-fast: true
108+
fail-fast: false
109109
matrix:
110110
include: ${{ fromJson(needs.changes.outputs.matrix) }} # Use the matrix from the first job
111111
# - package: user

0 commit comments

Comments
 (0)