Disable fail-fast on publish container jobs (#125245)
This commit is contained in:
parent
99122fcb78
commit
da81efe9c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/builder.yml
vendored
1
.github/workflows/builder.yml
vendored
|
@ -316,6 +316,7 @@ jobs:
|
|||
packages: write
|
||||
id-token: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
registry: ["ghcr.io/home-assistant", "docker.io/homeassistant"]
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue