Browse Source

update release workflow

Daniel Bohry 9 tháng trước cách đây
mục cha
commit
ff2bd17443
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      .github/workflows/buildAndRelease.yml

+ 8 - 0
.github/workflows/buildAndRelease.yml

@@ -23,6 +23,14 @@ jobs:
       - name: Build the application
         run: npm run build
 
+  docker:
+    runs-on: ubuntu-latest
+    needs: build
+
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v2