Skip to content

Commit

Permalink
Dont fail docker image builds when another build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed May 30, 2024
1 parent cf66604 commit 532a902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
strategy:
fail-fast: false # don't fail the other jobs if one of the images fails to build
matrix:
os: [ 'alpine', 'archlinux', 'debian', 'fedora', 'gentoo', 'opensuse' ]

Expand Down

0 comments on commit 532a902

Please sign in to comment.