Ver Fonte

update release workflow

Daniel Bohry há 9 meses atrás
pai
commit
5f5f90a03e
1 ficheiros alterados com 0 adições e 8 exclusões
  1. 0 8
      .github/workflows/buildAndRelease.yml

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

@@ -23,14 +23,6 @@ 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