Skip to content

Commit

Permalink
Merge pull request #309 from eqlabs/fix/max-parallelism
Browse files Browse the repository at this point in the history
fix: add max-parallelism to docker file
  • Loading branch information
Joonas Koivunen committed May 25, 2022
2 parents 1c0a23d + 59d79fa commit 4732e99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
config-inline: |
[worker.oci]
max-parallelism = 1
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 4732e99

Please sign in to comment.