Merge pull request #6713 from BryceLTaylor/CircleCI-dockerhub

circleci use dockerhub-credentials context
This commit is contained in:
Bryce Taylor 2022-03-29 15:14:07 -04:00 committed by GitHub
commit dfb1f6af77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: