Skip to content

Commit

Permalink
Adjusted Docker Buildx configuration to limit maximum parallelism to …
Browse files Browse the repository at this point in the history
…1 worker.
  • Loading branch information
jarvis2f committed Mar 25, 2024
1 parent 37045ac commit f4c2c58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
config-inline: |
[worker.oci]
max-parallelism = 1
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit f4c2c58

Please sign in to comment.