mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Set fail-fast to false for meta container (#67484)
This commit is contained in:
1
.github/workflows/builder.yml
vendored
1
.github/workflows/builder.yml
vendored
@@ -248,6 +248,7 @@ jobs:
|
|||||||
needs: ["init", "build_base"]
|
needs: ["init", "build_base"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
registry:
|
registry:
|
||||||
- "ghcr.io/home-assistant"
|
- "ghcr.io/home-assistant"
|
||||||
|
Reference in New Issue
Block a user