fix config

This commit is contained in:
Ishaan Jaff 2024-09-26 20:17:16 -07:00
parent 461f184fc3
commit ab6df4171c

View file

@ -3,9 +3,9 @@ jobs:
local_testing:
docker:
- image: cimg/python:3.11
auth:
username: ${DOCKERHUB_USERNAME}
password: ${DOCKERHUB_PASSWORD}
auth:
username: ${DOCKERHUB_USERNAME}
password: ${DOCKERHUB_PASSWORD}
working_directory: ~/project
steps: