mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
chore(ci): include docker build on dep change
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user