Skip to content

Commit

Permalink
fix: upgrade setup-buildx-action to v2, add max-parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed May 25, 2022
1 parent 1c0a23d commit 59d79fa
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 59d79fa

Please sign in to comment.