File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 76
76
latest=${{ matrix.gpu-driver == 'cuda' && github.ref == 'refs/heads/main' }}
77
77
suffix=-${{ matrix.gpu-driver }},onlatest=false
78
78
79
- - name : Set up QEMU
80
- uses : docker/setup-qemu-action@v3
81
-
82
79
- name : Set up Docker Buildx
83
80
uses : docker/setup-buildx-action@v3
84
81
with :
@@ -103,7 +100,7 @@ jobs:
103
100
push : ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' || github.event.inputs.push-to-registry }}
104
101
tags : ${{ steps.meta.outputs.tags }}
105
102
labels : ${{ steps.meta.outputs.labels }}
106
- cache-from : |
107
- type=gha,scope=${{ github.ref_name }}-${{ matrix.gpu-driver }}
108
- type=gha,scope=main-${{ matrix.gpu-driver }}
109
- cache-to : type=gha,mode=max,scope=${{ github.ref_name }}-${{ matrix.gpu-driver }}
103
+ # cache-from: |
104
+ # type=gha,scope=${{ github.ref_name }}-${{ matrix.gpu-driver }}
105
+ # type=gha,scope=main-${{ matrix.gpu-driver }}
106
+ # cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-${{ matrix.gpu-driver }}
You can’t perform that action at this time.
0 commit comments