Skip to content

Commit

Permalink
CI: Fix docker build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 6, 2023
1 parent 4a1729f commit 67b03c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,9 @@ jobs:
fi
- restore_cache:
keys:
- build-v3-{{ .Branch }}-{{ epoch }}
- build-v3-{{ .Branch }}-
- build-v3-master-
- build-v0-{{ .Branch }}-{{ epoch }}
- build-v0-{{ .Branch }}-
- build-v0-master-
paths:
- /tmp/docker
- /tmp/images
Expand Down

0 comments on commit 67b03c9

Please sign in to comment.