f add docker auth

This commit is contained in:
jrconlin 2020-10-19 15:30:16 -07:00
parent 32beec9dc4
commit 82e2928127
No known key found for this signature in database
GPG Key ID: D2B33CD056ABD330

View File

@ -13,6 +13,9 @@ jobs:
build:
docker:
- image: circleci/python
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
steps:
- checkout
- setup_remote_docker