Skip to content

Commit

Permalink
with ulimits
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 23, 2024
1 parent 49109bd commit 5e1bcea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/eco_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: |
docker run -i -v $(pwd)/${{ env.WORKDIR }}:/mnt -w /mnt \
hadolint/hadolint:latest hadolint ${{ matrix.containerfile }}
- name: Raise nofiles limit
run: |
ulimit -a
ulimit -n 16384
- name: Build with Buildah
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit 5e1bcea

Please sign in to comment.