Refactor(workflow): disable cached when build docker

This commit is contained in:
ghmark675
2025-11-07 17:09:32 +08:00
parent a1e4f492b3
commit 8bdb129942
+2 -2
View File
@@ -48,6 +48,6 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha # cache-from: type=gha
cache-to: type=gha,mode=max # cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64