Skip to content

Commit

Permalink
Merge pull request #8888 from bacongobbler/fix-8848-dev-v2
Browse files Browse the repository at this point in the history
add Docker authentication to CircleCI jobs
  • Loading branch information
Matthew Fisher committed Oct 15, 2020
2 parents 0d9779c + 911e061 commit d9977b8
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 d9977b8

Please sign in to comment.