Workaround Earthly issue

add/first-example
mudler 2 years ago
parent 2ce1d51ad5
commit e764c3225c
  1. 2
      .github/workflows/image.yml

@ -54,4 +54,6 @@ jobs:
version: v0.7.0 version: v0.7.0
- name: Build - name: Build
run: | run: |
# https://github.com/earthly/earthly/issues/1565
earthly config 'global.conversion_parallelism' 0
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }} earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}

Loading…
Cancel
Save