Merge pull request #1905 from simonpasquier/use-org-context

Use Circle CI's org context
This commit is contained in:
stuart nelson 2019-06-07 12:22:52 +02:00 committed by GitHub
commit 20d052e22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@ workflows:
tags:
only: /.*/
- docker_hub_master:
context: org-context
requires:
- test
- build
@ -154,6 +155,7 @@ workflows:
branches:
only: master
- docker_hub_release_tags:
context: org-context
requires:
- test
- build