chore(ci): include docker build on dep change

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-22 12:00:53 -05:00
parent c2defe224a
commit 429effb544
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -31,8 +31,9 @@ jobs:
id: filter
with:
filters: |
docker:
build:
- 'Dockerfile'
- 'package*.json
- name: Build image
if: steps.filter.outputs.docker == 'true'
if: steps.filter.outputs.build == 'true'
run: docker build .