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 id: filter
with: with:
filters: | filters: |
docker: build:
- 'Dockerfile' - 'Dockerfile'
- 'package*.json
- name: Build image - name: Build image
if: steps.filter.outputs.docker == 'true' if: steps.filter.outputs.build == 'true'
run: docker build . run: docker build .
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:14.15.0-alpine3.12 AS builder FROM node:14.15.0-alpine3.12 AS builder
LABEL org.opencontainers.image.source=https://github.com/jef/streetmerchant LABEL org.opencontainers.image.source="https://github.com/jef/streetmerchant"
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true