summaryrefslogtreecommitdiffstats
path: root/.github/workflows/dockerimage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dockerimage.yml')
-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)