summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-05 10:35:46 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-05 10:35:46 +0200
commitf518397f7a2289f4493a1f5e1b4c08840c6e40ba (patch)
tree47cc0c519b235f0ce0c71659673272fa20cc88dc
parentfc91d866db077d3ff0ac226e77291bd8a7a9aa88 (diff)
parent8670561f78bf2bf07b5f7bb7afdc4f661f7487e3 (diff)
downloadwekan-f518397f7a2289f4493a1f5e1b4c08840c6e40ba.tar.gz
wekan-f518397f7a2289f4493a1f5e1b4c08840c6e40ba.tar.bz2
wekan-f518397f7a2289f4493a1f5e1b4c08840c6e40ba.zip
Merge branch 'master' of github.com:wekan/wekan
-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)