We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79c0b2 commit 0bc00deCopy full SHA for 0bc00de
.github/workflows/docker.yml
@@ -23,17 +23,6 @@ jobs:
23
- name: Set up Docker Buildx
24
uses: docker/setup-buildx-action@v3
25
26
- - name: Cache docker layers
27
- if: ${{ !env.ACT }}
28
- uses: actions/cache@v4
29
- id: cache
30
- with:
31
- path: /tmp/.buildx-cache
32
- key: ${{ runner.os }}-buildx-${{ matrix.service }}-${{ github.sha }}
33
- restore-keys: |
34
- ${{ runner.os }}-buildx-${{ matrix.service }}
35
- ${{ runner.os }}-buildx-
36
-
37
- name: Docker meta
38
id: meta
39
uses: docker/metadata-action@v5
@@ -75,6 +64,6 @@ jobs:
75
64
labels: ${{ steps.meta.outputs.labels }}
76
65
build-args: |
77
66
GIT_REF=${{ github.sha }}
78
- cache-from: type=local,src=/tmp/.buildx-cache
79
- cache-to: type=local,dest=/tmp/.buildx-cache
67
+ cache-from: type=gha
68
+ cache-to: type=gha,mode=max
80
69
0 commit comments