add authentication to CircleCI jobs

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/8887/head
Matthew Fisher 4 years ago
parent 8667aa4f98
commit 360212393b
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -6,6 +6,9 @@ jobs:
working_directory: ~/helm.sh/helm
docker:
- image: circleci/golang:1.14
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
environment:
GOCACHE: "/tmp/go/cache"

Loading…
Cancel
Save