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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user