Optimize Docker cache settings in deployment workflow
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 4m29s

This commit is contained in:
2026-03-31 03:12:17 +02:00
parent b5337d9b3f
commit 85a2d0345f

View File

@@ -25,7 +25,7 @@ jobs:
tags: local/gabriel-blog:latest tags: local/gabriel-blog:latest
load: true load: true
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=min
- name: Rotate cache - name: Rotate cache
run: | run: |