diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b89d7d..cfabf4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,3 +93,16 @@ workflows: ignore: /.*/ tags: only: /^v.*/ + + - architect/push-to-app-collection: + context: architect + name: push-to-proxmox-app-collection + app_name: cluster-cleaner + app_collection_repo: proxmox-app-collection + requires: + - push-cluster-cleaner-to-app-catalog + filters: + branches: + ignore: /.*/ + tags: + only: /^v.*/