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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- dockerfile: worker.Dockerfile
|
- dockerfile: worker.Dockerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue