mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleci use dockerhub-credentials context
use dockerhub credentials in the build-test-no-deploy workflow as well
This commit is contained in:
parent
29dec40c49
commit
bc9a2ce431
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