瀏覽代碼

Create dockerimage.yml

Lauri Ojansivu 5 年之前
父節點
當前提交
8670561f78
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      .github/workflows/dockerimage.yml

+ 17 - 0
.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)