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

View File

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