@@ -36,14 +36,14 @@ jobs:
3636 - uses : docker/setup-qemu-action@v3 # multi-arch emulation
3737 - uses : docker/setup-buildx-action@v3 # Buildx driver with cache support
3838
39- # -------- optional, but speeds repeat builds -----------
40- - name : Restore Docker layer cache
41- uses : actions/cache@v4
42- with :
43- path : /tmp/.buildx-cache
44- key : ${{ runner.os }}-buildx-${{ github.sha }}
45- restore-keys : ${{ runner.os }}-buildx-
46- # --------------------------------------------------------
39+ # # -------- optional, but speeds repeat builds -----------
40+ # - name: Restore Docker layer cache
41+ # uses: actions/cache@v4
42+ # with:
43+ # path: /tmp/.buildx-cache
44+ # key: ${{ runner.os }}-buildx-${{ github.sha }}
45+ # restore-keys: ${{ runner.os }}-buildx-
46+ # # --------------------------------------------------------
4747
4848 - name : Log in to GHCR
4949 uses : docker/login-action@v3
6262 tags : |
6363 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6464 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
65- cache-from : type=local,src=/tmp/.buildx-cache
66- cache-to : type=local,dest=/tmp/.buildx-cache,mode=max
65+ # cache-from: type=local,src=/tmp/.buildx-cache
66+ # cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
0 commit comments