Skip to content

Commit

Permalink
chore(ci): github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar authored Sep 1, 2019
1 parent 1aa86e0 commit ff49f8d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on: [push]

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
node-version: [10.x]
os: [ubuntu-18.04, windows-2019]

steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: build

0 comments on commit ff49f8d

Please sign in to comment.