Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
bug: add docker auth to docker image pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Oct 19, 2020
1 parent 4cff08e commit 3d90ec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
build:
docker:
- image: docker:18.03.1-ce
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
working_directory: /dockerflow
steps:
- run:
Expand Down Expand Up @@ -64,6 +67,9 @@ jobs:
deploy:
docker:
- image: docker:18.03.1-ce
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
steps:
- setup_remote_docker
- *docker_login
Expand Down

0 comments on commit 3d90ec8

Please sign in to comment.