diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ea8d60..30db09d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,3 +60,17 @@ workflows: ignore: /.*/ tags: only: /^v.*/ + + - architect/push-to-app-collection: + name: proxmox-app-collection + context: architect + app_name: cluster-api-ipam-provider-in-cluster + app_collection_repo: proxmox-app-collection + requires: + - push-to-control-plane-app-catalog + # Trigger job on git tag. + filters: + branches: + ignore: /.*/ + tags: + only: /^v.*/