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 2241f36 commit 149e092Copy full SHA for 149e092
.github/workflows/ci.yml
@@ -55,12 +55,6 @@ jobs:
55
labels: |
56
${{ steps.meta.outputs.labels }}
57
manymine.enable=true
58
- cache-from: type=local,src=/tmp/.buildx-cache
59
- cache-to: type=local,dest=/tmp/.buildx-cache-new
60
- - # Temp fix
61
- # https://github.com/docker/build-push-action/issues/252
62
- # https://github.com/moby/buildkit/issues/1896
63
- name: Move cache
64
- run: |
65
- rm -rf /tmp/.buildx-cache
66
- mv /tmp/.buildx-cache-new /tmp/.buildx-cache
+ pull: true
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
0 commit comments