Skip to content

Commit

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

0 comments on commit 3c09523

Please sign in to comment.