mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 15:30:08 +00:00
improve the latest-arm64.yml file
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
1
.github/workflows/update-yaml.yml
vendored
1
.github/workflows/update-yaml.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Update Yaml files
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '00 12 * * *'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user