Workaround Earthly issue

This commit is contained in:
mudler 2023-03-20 00:24:37 +01:00
parent 2ce1d51ad5
commit e764c3225c

View File

@ -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 }}