Skip to content

Commit

Permalink
add Docker authentication to CircleCI jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
  • Loading branch information
Matthew Fisher committed Oct 14, 2020
1 parent 0d9779c commit 911e061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 911e061

Please sign in to comment.