From 3603c547424a7ca63e6f4d4d0655f885a47b4d9e Mon Sep 17 00:00:00 2001 From: Antonia <56017655+anvddriesch@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:47:19 +0900 Subject: [PATCH] push to proxmox app collection (#151) --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.*/