瀏覽代碼

misc: github actions CI test

Nicolas Giard 5 年之前
父節點
當前提交
33669e1ab2
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      .github/workflows/dockerimage.yml

+ 18 - 0
.github/workflows/dockerimage.yml

@@ -0,0 +1,18 @@
+name: Docker Image CI
+
+on:
+  push:
+    branches: [master]
+
+jobs:
+
+  build:
+ 
+    runs-on: ubuntu-latest
+    
+    timeout-minutes: 30
+ 
+    steps:
+    - uses: actions/checkout@v1
+    - name: Build the Docker image
+      run: docker build . --file dev/build/Dockerfile -t requarks/wiki:dev