File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
- docker : circleci/docker@1.6 .0
3
+ docker : circleci/docker@2.2 .0
4
4
codecov :
codecov/[email protected]
5
5
6
6
jobs :
25
25
paths :
26
26
- /tmp/docker
27
27
- /tmp/images
28
+ - docker/install-docker-credential-helper
28
29
- run :
29
30
name : Docker authentication
30
31
command : |
@@ -225,6 +226,7 @@ jobs:
225
226
- restore_cache :
226
227
keys :
227
228
- build-v1-{{ .Branch }}-{{ .Revision }}
229
+ - docker/install-docker-credential-helper
228
230
- run :
229
231
name : Docker authentication
230
232
command : |
@@ -332,6 +334,7 @@ jobs:
332
334
- restore_cache :
333
335
keys :
334
336
- build-v1-{{ .Branch }}-
337
+ - docker/install-docker-credential-helper
335
338
- run :
336
339
name : Docker authentication
337
340
command : |
@@ -477,6 +480,7 @@ jobs:
477
480
paths :
478
481
- /tmp/docker
479
482
- /tmp/images
483
+ - docker/install-docker-credential-helper
480
484
- run :
481
485
name : Docker authentication
482
486
command : |
You can’t perform that action at this time.
0 commit comments