chore(workflows): do not build other dockerfiles if building one dockerfile fails
This commit is contained in:
parent
ac0e034acb
commit
63c30dbd73
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
include:
|
||||
- dockerfile: worker.Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue