diff --git a/.github/workflows/build_stable.yml b/.github/workflows/build_stable.yml index 4caaf070..e0e38d40 100644 --- a/.github/workflows/build_stable.yml +++ b/.github/workflows/build_stable.yml @@ -38,20 +38,22 @@ jobs: build: name: Frappe and ERPNext runs-on: ubuntu-latest + strategy: + matrix: + version: [12, 13] services: registry: image: registry:2 ports: - 5000:5000 - strategy: - matrix: - version: [12, 13] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Buildx uses: docker/setup-buildx-action@v1 + with: + driver-opts: network=host - name: Login uses: docker/login-action@v1