Create docker.yml

pull/10/head
Raphael 2019-10-30 10:50:03 +01:00 committed by GitHub
parent 10da6b656b
commit eb7c8c5f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/docker.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Docker CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker-compose build