circleci use dockerhub-credentials context

use dockerhub credentials in the build-test-no-deploy workflow as well
This commit is contained in:
BryceLTaylor 2022-03-29 15:06:52 -04:00
parent 29dec40c49
commit bc9a2ce431

View file

@ -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: