mirror of
https://github.com/helm/helm.git
synced 2026-03-12 21:55:40 -04:00
add authentication to CircleCI jobs
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
parent
8667aa4f98
commit
360212393b
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue