Disable fail-fast for github action
So we can see result of other builds. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
committed by
Supreeth Herle
parent
20245f2685
commit
07ea6561ce
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@@ -11,6 +11,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- image: docker_open5gs
|
||||
|
Reference in New Issue
Block a user