Skip to content

Commit 149e092

Browse files
committed
build: use GHA cache for docker
1 parent 2241f36 commit 149e092

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ jobs:
5555
labels: |
5656
${{ steps.meta.outputs.labels }}
5757
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
58+
pull: true
59+
cache-from: type=gha
60+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)