Skip to content

Commit

Permalink
cache whole docker dir
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Oct 20, 2023
1 parent cca43a9 commit 89753d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Cache Docker image
uses: actions/cache@v3
with:
path: /var/lib/docker/image
path: /var/lib/docker
key: selfhosted-docker-image-${{ env.DATE }}
restore-keys: |
selfhosted-docker-image-
Expand Down

0 comments on commit 89753d0

Please sign in to comment.