mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
add authentication to CircleCI jobs
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user