Skip to content

Commit

Permalink
Hotfix/board json update (#263)
Browse files Browse the repository at this point in the history
* Docker build updated

* Lock updated

* 2018 Data Added

* mat select added
  • Loading branch information
chamodshehanka authored May 9, 2021
1 parent b9eb898 commit 5750cf1
Show file tree
Hide file tree
Showing 10 changed files with 148 additions and 19,754 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Firebase CI/CD
name: Firebase CD

on:
push:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
branches: [master]

jobs:
build:
node-build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,3 +23,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build

docker-build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# label first stage as 'builder'
FROM node:12-alpine as builder
FROM node:14-alpine as builder

COPY package.json package-lock.json ./

Expand Down
Loading

0 comments on commit 5750cf1

Please sign in to comment.