Skip to content

Commit

Permalink
Disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk committed May 6, 2024
1 parent 92e4a8c commit 7504621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
name: 'Dockerfile.${{ matrix.configuration }}'

strategy:
matrix:
fail-fast: false
matrix:
configuration: ${{ fromJson(needs.matrix.outputs.configurations) }}

steps:
Expand Down

0 comments on commit 7504621

Please sign in to comment.