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 11version : 2.1
22orbs :
3- docker : circleci/docker@1.6 .0
3+ docker : circleci/docker@2.2 .0
44 codecov :
codecov/[email protected] 55
66jobs :
2525 paths :
2626 - /tmp/docker
2727 - /tmp/images
28+ - docker/install-docker-credential-helper
2829 - run :
2930 name : Docker authentication
3031 command : |
@@ -225,6 +226,7 @@ jobs:
225226 - restore_cache :
226227 keys :
227228 - build-v1-{{ .Branch }}-{{ .Revision }}
229+ - docker/install-docker-credential-helper
228230 - run :
229231 name : Docker authentication
230232 command : |
@@ -332,6 +334,7 @@ jobs:
332334 - restore_cache :
333335 keys :
334336 - build-v1-{{ .Branch }}-
337+ - docker/install-docker-credential-helper
335338 - run :
336339 name : Docker authentication
337340 command : |
@@ -477,6 +480,7 @@ jobs:
477480 paths :
478481 - /tmp/docker
479482 - /tmp/images
483+ - docker/install-docker-credential-helper
480484 - run :
481485 name : Docker authentication
482486 command : |
You can’t perform that action at this time.
0 commit comments