From 59d46a26c348e787b3023e2d744186b7967b7fb9 Mon Sep 17 00:00:00 2001 From: Jose Armesto Date: Mon, 20 Nov 2023 19:23:53 +0100 Subject: [PATCH] Automatically push to capz-app-collection --- .circleci/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ef81316..3e36cf32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,6 +138,20 @@ workflows: tags: only: /^v.*/ + - architect/push-to-app-collection: + context: "architect" + name: push-starboard-exporter-to-capz-app-collection + app_name: "starboard-exporter" + app_collection_repo: "capz-app-collection" + requires: + - push-starboard-exporter-to-control-plane-catalog + filters: + # Only do this when a new tag is created. + branches: + ignore: /.*/ + tags: + only: /^v.*/ + - architect/push-to-app-collection: context: "architect" name: push-starboard-exporter-to-cloud-director-app-collection