Disable fail-fast on publish container jobs (#125245)

This commit is contained in:
Robert Resch 2024-09-10 13:43:25 +02:00 committed by GitHub
parent 99122fcb78
commit da81efe9c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -316,6 +316,7 @@ jobs:
packages: write
id-token: write
strategy:
fail-fast: false
matrix:
registry: ["ghcr.io/home-assistant", "docker.io/homeassistant"]
steps: