From 65c2b49415b3236995b0ebc2b587340a0cdb0503 Mon Sep 17 00:00:00 2001 From: Mbaye THIAM Date: Tue, 2 Apr 2024 14:15:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Copy=20patches=20files=20for=20D?= =?UTF-8?q?ocker=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 22f2a95..984f6da 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -20,8 +20,8 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - - name: Install dependencies - run: npm install + - name: Copy patches for Docker Buildx + run: cp -r patches/* packages/graphql-mesh/patches - name: Set up Docker Buildx id: buildx