Skip to content

Commit

Permalink
add auth for ersatz
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-p-nikolov committed Oct 21, 2020
1 parent fc314d6 commit 05f6275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -17,6 +17,9 @@ jobs:
GITHUB_USERNAME: ${GITHUB_USERNAME}
GITHUB_TOKEN: ${GITHUB_TOKEN}
- image: peteclarkft/ersatz:stable
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_ACCESS_TOKEN
steps:
- checkout
- run:
Expand Down

0 comments on commit 05f6275

Please sign in to comment.