From 1303a852858b201c04146cdcafb04b0be9024c26 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 22 Oct 2020 12:21:11 -0400 Subject: [PATCH] Attempt to get the Docker Hub auth into the right place --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 316cad4c8..a5def0f2a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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