diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0940a637..a93225d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,8 @@ jobs: if: github.repository_owner == 'm1k1o' needs: [ build-base ] strategy: + # Will build all images even if some fail. + fail-fast: false matrix: tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, tor-browser, remmina, vlc, xfce ] env: diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 6223f307..16dfd70f 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -63,6 +63,7 @@ jobs: if: github.repository_owner == 'm1k1o' needs: [ build-base ] strategy: + # Will build all images even if some fail. matrix: include: - tag: firefox