diff --git a/.github/workflows/eco_containers.yml b/.github/workflows/eco_containers.yml index c17fb222..16675497 100644 --- a/.github/workflows/eco_containers.yml +++ b/.github/workflows/eco_containers.yml @@ -46,6 +46,7 @@ jobs: context: ${{ env.WORKDIR }} archs: ${{ matrix.archs }} oci: true + extra-args: --ulimit nofile=16384:16384 - name: Check for registry credentials if: > github.ref == 'refs/heads/main' &&