Set fail-fast to false for meta container (#67484)

This commit is contained in:
Joakim Sørensen 2022-03-02 16:55:33 +01:00 committed by GitHub
parent 797a9c3de5
commit 9f51fd7c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,6 +248,7 @@ jobs:
needs: ["init", "build_base"]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
registry:
- "ghcr.io/home-assistant"