Skip to content

Commit 988f0d7

Browse files
committed
CI: Use Docker credential helper
1 parent 0fb914b commit 988f0d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
docker: circleci/docker@1.6.0
3+
docker: circleci/docker@2.2.0
44
codecov: codecov/[email protected]
55

66
jobs:
@@ -25,6 +25,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)