From e764c3225ca3e26057f524d59a1ff4a36b427c4e Mon Sep 17 00:00:00 2001 From: mudler Date: Mon, 20 Mar 2023 00:24:37 +0100 Subject: [PATCH] Workaround Earthly issue --- .github/workflows/image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index ad633a6..67df40b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -54,4 +54,6 @@ jobs: version: v0.7.0 - name: Build run: | + # https://github.com/earthly/earthly/issues/1565 + earthly config 'global.conversion_parallelism' 0 earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}