Skip to content

Commit ffcb2c3

Browse files
authored
Update docker.yml
1 parent f5a8c69 commit ffcb2c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@ jobs:
3636
context: .
3737
push: true
3838
tags: ${{ secrets.DOCKERHUB_USERNAME }}/djangoblog:latest
39+
cache-from: type=local,src=/tmp/.buildx-cache
40+
cache-to: type=local,dest=/tmp/.buildx-cache-new
41+
- name: Move cache
42+
run: |
43+
rm -rf /tmp/.buildx-cache
44+
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
3945
4046

0 commit comments

Comments
 (0)