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

Use Circle CI's org context
This commit is contained in:
Matthias Rampke 2019-05-31 08:47:05 +00:00 committed by GitHub
commit d74922e0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,7 @@ workflows:
tags:
only: /.*/
- docker_hub_master:
context: org-context
requires:
- test
- build
@ -108,6 +109,7 @@ workflows:
branches:
only: master
- docker_hub_release_tags:
context: org-context
requires:
- test
- build