From 0b6a41f385a72b06863e0ec3f5baab0814e72bd0 Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 13 May 2022 13:26:12 +0200 Subject: [PATCH] improve the latest-arm64.yml file Signed-off-by: szaimen --- .github/workflows/update-yaml.yml | 1 + manual-install/update-yaml.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/update-yaml.yml b/.github/workflows/update-yaml.yml index ee1b77e9..48f5ed46 100644 --- a/.github/workflows/update-yaml.yml +++ b/.github/workflows/update-yaml.yml @@ -1,6 +1,7 @@ name: Update Yaml files on: + workflow_dispatch: schedule: - cron: '00 12 * * *' diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index b0ad137a..0d0e13af 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -113,6 +113,8 @@ sed -i '/image:/s/$/:latest/' latest.yml cat containers.yml > latest-arm64.yml sed -i '/image:/s/$/:latest-arm64/' latest-arm64.yml sed -i '/ nextcloud-aio-clamav:/,/^$/d' latest-arm64.yml +sed -i '/nextcloud[-_]aio[-_]clamav/d' latest-arm64.yml sed -i '/ nextcloud-aio-onlyoffice:/,/^$/d' latest-arm64.yml +sed -i '/nextcloud[-_]aio[-_]onlyoffice/d' latest-arm64.yml rm containers.yml