summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-05 10:31:32 +0200
committerGitHub <noreply@github.com>2019-12-05 10:31:32 +0200
commit8670561f78bf2bf07b5f7bb7afdc4f661f7487e3 (patch)
treec58abfcbe25442bcc484d799070b96182553b2c9 /.github
parentd8474056d22b003ab7f97f6286a903a4b794ca5d (diff)
downloadwekan-8670561f78bf2bf07b5f7bb7afdc4f661f7487e3.tar.gz
wekan-8670561f78bf2bf07b5f7bb7afdc4f661f7487e3.tar.bz2
wekan-8670561f78bf2bf07b5f7bb7afdc4f661f7487e3.zip
Create dockerimage.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dockerimage.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml
new file mode 100644
index 00000000..de27ed1a
--- /dev/null
+++ b/.github/workflows/dockerimage.yml
@@ -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)