Skip to content

Commit

Permalink
chore: increase buildkit logs cache to 10MB
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Jul 4, 2023
1 parent 6f02610 commit 7039fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ runs:
uses: docker/setup-buildx-action@v2
with:
install: true
driver-opts: env.BUILDKIT_STEP_LOG_MAX_SIZE=10485760
config-inline: |
[worker.oci]
gc = true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
install: true
driver-opts: env.BUILDKIT_STEP_LOG_MAX_SIZE=10485760
config-inline: |
[worker.oci]
gc = true
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
install: true
driver-opts: env.BUILDKIT_STEP_LOG_MAX_SIZE=10485760
config-inline: |
[worker.oci]
gc = true
Expand Down

0 comments on commit 7039fbc

Please sign in to comment.