Skip to content

Commit f85e4ee

Browse files
committed
CI: Bump cache to verify tag fetch and reset registry
1 parent fcae1cb commit f85e4ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ jobs:
153153
path: /tmp/src/sdcflows
154154
- restore_cache:
155155
keys:
156-
- build-v2-{{ .Branch }}-{{ epoch }}
157-
- build-v2-{{ .Branch }}-
158-
- build-v2-maint/1.3.x-
159-
- build-v2-
156+
- build-v3-{{ .Branch }}-{{ epoch }}
157+
- build-v3-{{ .Branch }}-
158+
- build-v3-maint/1.3.x-
159+
- build-v3-
160160
paths:
161161
- /tmp/docker
162162
- run:
@@ -225,7 +225,7 @@ jobs:
225225
docker exec -it registry /bin/registry garbage-collect --delete-untagged \
226226
/etc/docker/registry/config.yml
227227
- save_cache:
228-
key: build-v2-{{ .Branch }}-{{ epoch }}
228+
key: build-v3-{{ .Branch }}-{{ epoch }}
229229
paths:
230230
- /tmp/docker
231231
- run:
@@ -371,10 +371,10 @@ jobs:
371371
steps:
372372
- restore_cache:
373373
keys:
374-
- build-v2-{{ .Branch }}-{{ epoch }}
375-
- build-v2-{{ .Branch }}-
376-
- build-v2-maint/1.3.x-
377-
- build-v2-
374+
- build-v3-{{ .Branch }}-{{ epoch }}
375+
- build-v3-{{ .Branch }}-
376+
- build-v3-maint/1.3.x-
377+
- build-v3-
378378
paths:
379379
- /tmp/docker
380380
- run:

0 commit comments

Comments
 (0)