From 911e061883b27ae092ba8529f118fe15136aff3e Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 14 Oct 2020 09:57:49 -0700 Subject: [PATCH] add Docker authentication to CircleCI jobs Signed-off-by: Matthew Fisher --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1470e113c..21c71ba26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,9 @@ jobs: parallelism: 3 docker: - image: golang:1.14 + auth: + username: $DOCKER_USER + password: $DOCKER_PASS environment: PROJECT_NAME: "kubernetes-helm" steps: