From c853bcb439dfb52fd965d67a56a08616e132360e Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 4 Jun 2020 19:06:52 +0200 Subject: [PATCH] Update docker orgs. Signed-off-by: Ben Kochie --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63ca7df..18d89f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,8 +35,8 @@ workflows: tags: only: /.*/ - prometheus/publish_master: - docker_hub_organization: - quay_io_organization: prometheuscommunity + docker_hub_organization: superque + quay_io_organization: superq requires: - test - build @@ -44,8 +44,8 @@ workflows: branches: only: master - prometheus/publish_release: - docker_hub_organization: - quay_io_organization: prometheuscommunity + docker_hub_organization: superque + quay_io_organization: superq requires: - test - build