Skip to content

Commit b68ba47

Browse files
committed
Allow image builds to continue on other failures
Signed-off-by: Evan Lezar <[email protected]>
1 parent 8c62bf8 commit b68ba47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
dist:
3536
- ubuntu22.04

0 commit comments

Comments
 (0)