Browse Source

Use Circle CI's org context (#1362)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
pull/1366/head
Simon Pasquier 6 years ago committed by Ben Kochie
parent
commit
a076cd3203
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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

Loading…
Cancel
Save