Create dockerimage.yml

This commit is contained in:
Lauri Ojansivu 2019-12-05 10:31:32 +02:00 committed by GitHub
parent d8474056d2
commit 8670561f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)