Skip to content

Commit

Permalink
add buildkitd config
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 6, 2024
1 parent 8c5d72a commit ed9360c
Show file tree
Hide file tree
Showing 5 changed files with 10 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 = 1
2 changes: 2 additions & 0 deletions .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
type=sha
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/setup-buildx-action@v3.1.0
with:
config: .github/buildkitd.toml
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
type=sha
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/setup-buildx-action@v3.1.0
with:
config: .github/buildkitd.toml
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-metrics-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
type=sha
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/setup-buildx-action@v3.1.0
with:
config: .github/buildkitd.toml
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
type=sha
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/setup-buildx-action@v3.1.0
with:
config: .github/buildkitd.toml
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_RELEASE_USER }}
Expand Down

0 comments on commit ed9360c

Please sign in to comment.