|
|
@ -84,5 +84,6 @@ jobs: |
|
|
|
- uses: earthly/actions/setup-earthly@v1 |
|
|
|
- uses: earthly/actions/setup-earthly@v1 |
|
|
|
- name: Build |
|
|
|
- name: Build |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
|
|
|
|
earthly config "global.conversion_parallelism" "1" |
|
|
|
earthly config "global.buildkit_max_parallelism" "1" |
|
|
|
earthly config "global.buildkit_max_parallelism" "1" |
|
|
|
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }} |
|
|
|
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }} |
|
|
|