chore: update Gitea CI/CD workflow to use local caching for Docker builds
Some checks failed
Build and Push Docker Image / build (push) Failing after 3m35s

This commit is contained in:
typist
2025-10-27 22:06:20 +08:00
parent 1219deea89
commit 82e10b72c7

View File

@@ -42,7 +42,7 @@ 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=local,src=/cache
cache-to: type=gha,mode=max cache-to: type=local,dest=/cache,mode=max
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64