mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
improve the latest-arm64.yml file
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
23b0ea7c8c
commit
0b6a41f385
2 changed files with 3 additions and 0 deletions
1
.github/workflows/update-yaml.yml
vendored
1
.github/workflows/update-yaml.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: Update Yaml files
|
name: Update Yaml files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 12 * * *'
|
- cron: '00 12 * * *'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,8 @@ sed -i '/image:/s/$/:latest/' latest.yml
|
||||||
cat containers.yml > latest-arm64.yml
|
cat containers.yml > latest-arm64.yml
|
||||||
sed -i '/image:/s/$/:latest-arm64/' 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[-_]clamav/d' latest-arm64.yml
|
||||||
sed -i '/ nextcloud-aio-onlyoffice:/,/^$/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
|
rm containers.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue