Add docker auth

This commit is contained in:
Brian Quinlan
2022-02-22 19:45:53 -08:00
parent 86b93d1eaa
commit d209d53af2

View File

@@ -3,7 +3,9 @@ jobs:
Unit Test:
docker:
- image: cimg/python:3.10.2
auth:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
steps:
- checkout
- run: