6767 platforms : ${{ matrix.platform }}
6868 load : ${{ matrix.platform == 'linux/amd64' }}
6969 cache-from : type=gha,scope=tika-test-${{ matrix.arch }}
70- cache-to : type=gha,mode=min,scope=tika-test-${{ matrix.arch }}
70+ cache-to : type=gha,mode=min,scope=tika-test-${{ matrix.arch }},ignore-error=true
7171 build-args : |
7272 TIKA_VERSION=${{ inputs.tika_version || '3.2.2' }}
7373 tags : |
@@ -165,7 +165,7 @@ jobs:
165165 platforms : ${{ matrix.platform }}
166166 push : true
167167 cache-from : type=gha,scope=tika-main-${{ matrix.arch }}
168- cache-to : type=gha,mode=max,scope=tika-main-${{ matrix.arch }}
168+ cache-to : type=gha,mode=max,scope=tika-main-${{ matrix.arch }},ignore-error=true
169169 build-args : |
170170 TIKA_VERSION=${{ inputs.tika_version || '3.2.2' }}
171171 BUILD_DATE=${{ steps.meta.outputs.build_date }}
@@ -182,7 +182,7 @@ jobs:
182182 platforms : ${{ matrix.platform }}
183183 push : true
184184 cache-from : type=gha,scope=tika-tag-${{ matrix.arch }}
185- cache-to : type=gha,mode=max,scope=tika-tag-${{ matrix.arch }}
185+ cache-to : type=gha,mode=max,scope=tika-tag-${{ matrix.arch }},ignore-error=true
186186 build-args : |
187187 TIKA_VERSION=${{ inputs.tika_version || '3.2.2' }}
188188 BUILD_DATE=${{ steps.meta.outputs.build_date }}
0 commit comments