Optimize Docker cache settings in deployment workflow
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 4m29s
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 4m29s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
tags: local/gabriel-blog:latest
|
||||
load: true
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user