From bc9a2ce43129854388890aee7f3b6ce2d1757c9e Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Tue, 29 Mar 2022 15:06:52 -0400 Subject: [PATCH] circleci use dockerhub-credentials context use dockerhub credentials in the build-test-no-deploy workflow as well --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84e7f3694..e2e022200 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,6 +112,7 @@ workflows: context: - scratch-www-all - scratch-www-staging + - dockerhub-credentials filters: branches: only: @@ -122,6 +123,7 @@ workflows: context: - scratch-www-all - scratch-www-production + - dockerhub-credentials filters: branches: only: @@ -138,6 +140,7 @@ workflows: context: - scratch-www-all - scratch-www-staging + - dockerhub-credentials filters: branches: only: @@ -145,6 +148,8 @@ workflows: build-test-no-deploy: jobs: - build-no-deploy: + context: + - dockerhub-credentials filters: branches: ignore: