We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mode=min
1 parent 6e6708d commit fc81024Copy full SHA for fc81024
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
tags: ${{ steps.meta.outputs.tags }}
68
labels: ${{ steps.meta.outputs.labels }}
69
cache-from: type=gha
70
- cache-to: type=gha,mode=max
+ cache-to: type=gha,mode=min
71
72
build-rake-task-matrix:
73
runs-on: ubuntu-24.04
@@ -121,7 +121,7 @@ jobs:
121
context: builders/${{ matrix.entry.builder }}
122
load: true
123
124
125
- name: Setup builder container
126
run: |
127
docker run -dit -v "$GITHUB_WORKSPACE:/home/me/build" -w /home/me/build \
0 commit comments