Attempt to get the Docker Hub auth into the right place

This commit is contained in:
Jean-Paul Calderone 2020-10-22 12:21:11 -04:00
parent 5e1d3db72e
commit 1303a85285

View File

@ -134,9 +134,9 @@ jobs:
# the DOCKERHUB_CONTEXT anchor will have access to the environment
# variables used here. These variables will allow the Docker Hub image
# pull to be authenticated and hopefully avoid hitting and rate limits.
docker:
docker: &DOCKERHUB_AUTH
- image: "null"
auth: &DOCKERHUB_AUTH
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD