Apply dependencies update
[e-mobility-charging-stations-simulator.git] / .github / workflows / build.yml
index 04770963190e039fe8208af45984b557bc07f2c1..47a8f675c869b9c5524be246042749e5c84b8d48 100644 (file)
@@ -22,3 +22,15 @@ jobs:
       run: npm ci
     - name: npm run build
       run: npm run build
+  docker:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - name: Set up Docker Buildx
+      id: buildx
+      uses: docker/setup-buildx-action@v1
+    - name: Build docker image
+      run: |
+        cd docker
+        make SUBMODULES_INIT=false
+