Merge pull request #8888 from bacongobbler/fix-8848-dev-v2

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

@ -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:

Loading…
Cancel
Save