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.
1 parent 34d9c85 commit 625e21dCopy full SHA for 625e21d
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
id: restore-droot-cache
38
with:
39
path: |
40
- droot.tar.zst
+ droot
41
key: droot-${{ runner.os }}-
42
restore-keys: |
43
droot-${{ runner.os }}-
@@ -181,8 +181,6 @@ jobs:
181
- name: Pack cache
182
shell: pwsh
183
run: |
184
- tar --zstd -cvf buildkit.tar.zst buildkit
185
- Write-Host "✅ packed buildkit!"
186
tar --zstd -cvf droot.tar.zst droot
187
Write-Host "✅ packed daemons root!"
188
@@ -200,7 +198,7 @@ jobs:
200
198
uses: actions/cache/save@v4
201
199
202
203
- buildkit.tar.zst
+ buildkit
204
key: buildkit-${{ runner.os }}-
205
206
- name: Save Daemon Cache
0 commit comments