Skip to content

Commit

Permalink
fix: revert configuring any ulimits
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Jul 27, 2024
1 parent 2129d02 commit 804959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Build image
run: docker build --ulimit nofile=1024:524288 --file Dockerfile --tag $IMAGE_NAME .
run: docker build --file Dockerfile --tag $IMAGE_NAME .

- name: Log in to ghcr.io registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 804959a

Please sign in to comment.