From 7177e606317822df06d567a4c14d085c40d54ef6 Mon Sep 17 00:00:00 2001 From: Pedro Date: Sat, 5 Jun 2021 23:37:14 +0700 Subject: [PATCH] upd docker repos; --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01fb153..c50ca4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,7 @@ jobs: - run: make - prometheus/store_artifact: file: phpfpm_exporter + workflows: version: 2 phpfpm_exporter: @@ -28,6 +29,8 @@ workflows: only: /.*/ - prometheus/publish_master: context: org-global + docker_hub_organization: lusotycoon + quay_io_organization: lusitaniae requires: - test - build @@ -36,6 +39,8 @@ workflows: only: master - prometheus/publish_release: context: org-global + docker_hub_organization: lusotycoon + quay_io_organization: lusitaniae requires: - test - build