@@ -173,8 +173,8 @@ jobs:
173173 labels : ${{ steps.meta.outputs.labels }}
174174 tags : ghcr.io/${{ github.repository_owner }}/tinyauth
175175 outputs : type=image,push-by-digest=true,name-canonical=true,push=true
176- cache-from : type=gha
177- cache-to : type=gha,mode=max
176+ cache-from : type=gha,scope=buildkit-amd64
177+ cache-to : type=gha,mode=max,scope=buildkit-amd64
178178 github-token : ${{ secrets.GITHUB_TOKEN }}
179179 build-args : |
180180 VERSION=${{ needs.generate-metadata.outputs.VERSION }}
@@ -232,8 +232,8 @@ jobs:
232232 tags : ghcr.io/${{ github.repository_owner }}/tinyauth
233233 outputs : type=image,push-by-digest=true,name-canonical=true,push=true
234234 file : Dockerfile.distroless
235- cache-from : type=gha
236- cache-to : type=gha,mode=max
235+ cache-from : type=gha,scope=buildkit-distroless-amd64
236+ cache-to : type=gha,mode=max,scope=buildkit-distroless-amd64
237237 github-token : ${{ secrets.GITHUB_TOKEN }}
238238 build-args : |
239239 VERSION=${{ needs.generate-metadata.outputs.VERSION }}
@@ -289,8 +289,8 @@ jobs:
289289 labels : ${{ steps.meta.outputs.labels }}
290290 tags : ghcr.io/${{ github.repository_owner }}/tinyauth
291291 outputs : type=image,push-by-digest=true,name-canonical=true,push=true
292- cache-from : type=gha
293- cache-to : type=gha,mode=max
292+ cache-from : type=gha,scope=buildkit-arm64
293+ cache-to : type=gha,mode=max,scope=buildkit-arm64
294294 github-token : ${{ secrets.GITHUB_TOKEN }}
295295 build-args : |
296296 VERSION=${{ needs.generate-metadata.outputs.VERSION }}
@@ -348,8 +348,8 @@ jobs:
348348 tags : ghcr.io/${{ github.repository_owner }}/tinyauth
349349 outputs : type=image,push-by-digest=true,name-canonical=true,push=true
350350 file : Dockerfile.distroless
351- cache-from : type=gha
352- cache-to : type=gha,mode=max
351+ cache-from : type=gha,scope=buildkit-distroless-arm64
352+ cache-to : type=gha,mode=max,scope=buildkit-distroless-arm64
353353 github-token : ${{ secrets.GITHUB_TOKEN }}
354354 build-args : |
355355 VERSION=${{ needs.generate-metadata.outputs.VERSION }}
0 commit comments