Skip to content

Commit

Permalink
limiting parallelism in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
i3149 committed Jan 30, 2025
1 parent 2a0ab4b commit fa68b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/buildkitd.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[worker.oci]
max-parallelism = 2
2 changes: 2 additions & 0 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
config: .github/buildkitd.toml

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit fa68b06

Please sign in to comment.