File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -153,10 +153,10 @@ jobs:
153
153
path : /tmp/src/sdcflows
154
154
- restore_cache :
155
155
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 -
160
160
paths :
161
161
- /tmp/docker
162
162
- run :
@@ -225,7 +225,7 @@ jobs:
225
225
docker exec -it registry /bin/registry garbage-collect --delete-untagged \
226
226
/etc/docker/registry/config.yml
227
227
- save_cache :
228
- key : build-v2 -{{ .Branch }}-{{ epoch }}
228
+ key : build-v3 -{{ .Branch }}-{{ epoch }}
229
229
paths :
230
230
- /tmp/docker
231
231
- run :
@@ -371,10 +371,10 @@ jobs:
371
371
steps :
372
372
- restore_cache :
373
373
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 -
378
378
paths :
379
379
- /tmp/docker
380
380
- run :
You can’t perform that action at this time.
0 commit comments