f add docker auth

chore/dockerflow_update
jrconlin 4 years ago
parent 32beec9dc4
commit 82e2928127
No known key found for this signature in database
GPG Key ID: D2B33CD056ABD330

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

Loading…
Cancel
Save