Reduced build time (#260)

The building and pushing of artifacts takes to long. With those changes
build experimental images aren't pushed anymore.
This saves build time and disc space.
This commit is contained in:
2023-10-23 19:43:53 +02:00
committed by GitHub
parent aca6648997
commit 77a0faa257
4 changed files with 13 additions and 7 deletions

View File

@ -2,7 +2,7 @@ name: Auto Maintenance Cycle
on:
schedule:
- cron: 30 7 * * 1
- cron: 30 7 * * *
jobs:
delete_all_untagged: