Skip to content

Commit

Permalink
fix(docker): allow rest of containers to build if some fail
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Jan 3, 2025
1 parent aadfed7 commit 8cc59ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
attestations: write
id-token: write
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.containers) }}
steps:
Expand Down

0 comments on commit 8cc59ac

Please sign in to comment.