[Feature] Add docker and docker CI

fix CI
This commit is contained in:
Evann DREUMONT
2020-06-23 16:58:27 +02:00
parent 3f959a44db
commit 036401a3c4
4 changed files with 60 additions and 0 deletions

15
.github/workflows/ci-docker.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Docker Image CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build the Docker image
run: docker build . --file docker/Dockerfile --tag omega:$(date +%s)