Merge pull request from bacongobbler/fix-8848

add authentication to CircleCI jobs
pull/8903/head
Matthew Fisher 4 years ago committed by GitHub
commit 1a3c019c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save