Skip to content

Commit

Permalink
misc: github actions CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Aug 18, 2019
1 parent da823c3 commit 33669e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [master]

jobs:

build:

runs-on: ubuntu-latest

timeout-minutes: 30

steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file dev/build/Dockerfile -t requarks/wiki:dev

0 comments on commit 33669e1

Please sign in to comment.