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

Commit

Permalink
Merge pull request #1441 from mozilla-services/chore/dockerflow_update
Browse files Browse the repository at this point in the history
bug: add docker auth to docker image pulls
  • Loading branch information
pjenvey authored Oct 19, 2020
2 parents 505324d + 3d90ec8 commit a459c88
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 a459c88

Please sign in to comment.