Merge branch 'master' of github.com:wekan/wekan

This commit is contained in:
Lauri Ojansivu 2019-12-05 10:35:46 +02:00
commit f518397f7a

17
.github/workflows/dockerimage.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag wekan:$(date +%s)