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