diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9c11a590..4b7e358e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,12 +8,6 @@ jobs: runs-on: ubuntu-latest container: image: shellyhomekit/mos:latest - services: - docker: - image: docker:dind - options: --privileged - ports: - - 2375:2375 strategy: fail-fast: false matrix: @@ -51,7 +45,6 @@ jobs: run: docker build -t mgos/esp32-build:4.4.1-r7 -f .github/workflows/Dockerfile-esp32-build . - name: Build run: | - git config --global --add safe.directory /__w/shelly-homekit/shelly-homekit make ${{ matrix.model }} LOCAL=1 RELEASE=1 RELEASE_SUFFIX=$(.github/version.py --suffix) - name: Debug if: always()