From 27808365b185a0e070889e503ba96f7e048393f6 Mon Sep 17 00:00:00 2001 From: Lev Date: Tue, 23 Nov 2021 17:37:40 +0300 Subject: [PATCH] update --- .github/workflows/build_stable.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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