Skip to content

Commit e8674ec

Browse files
Stop fail-fast for ci image build
1 parent 7b75dca commit e8674ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Push Docker image to GitHub Packages
1313
runs-on: ubuntu-latest
1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
include:
1818
- dockerfile: swift-ci/main/ubuntu/18.04/Dockerfile

0 commit comments

Comments
 (0)