From 624762a6bf3bfba849c3fc0f3af2209ce88dfc31 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 9 Oct 2020 19:15:16 +0200 Subject: [PATCH] [chore] (#6764) Add authentication to Docker image. This will be required by November 1. See and for more information. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cddcb5757..cfc2cb138 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,9 @@ jobs: build: docker: - image: koreader/koappimage:0.1.7 + auth: + username: $DOCKER_USERNAME + password: $DOCKER_PASSWORD environment: EMULATE_READER: 1 # this is for shellcheck 0.4.5 and lower; can be removed for 0.4.6