Dont fail docker image builds when another build fails

master
zjeffer 2024-05-30 20:18:33 +02:00
parent cf66604f85
commit 532a90259b
1 changed files with 1 additions and 0 deletions

View File

@ -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' ]