mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +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
|
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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user