ghmark675

Refactor(workflow): disable cached when build docker

@@ -48,6 +48,6 @@ jobs: @@ -48,6 +48,6 @@ jobs:
48 push: true 48 push: true
49 tags: ${{ steps.meta.outputs.tags }} 49 tags: ${{ steps.meta.outputs.tags }}
50 labels: ${{ steps.meta.outputs.labels }} 50 labels: ${{ steps.meta.outputs.labels }}
51 - cache-from: type=gha  
52 - cache-to: type=gha,mode=max 51 + # cache-from: type=gha
  52 + # cache-to: type=gha,mode=max
53 platforms: linux/amd64,linux/arm64 53 platforms: linux/amd64,linux/arm64