mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Merge pull request #6713 from BryceLTaylor/CircleCI-dockerhub
circleci use dockerhub-credentials context
This commit is contained in:
commit
dfb1f6af77
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue