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

@ -49,6 +49,7 @@ repos:
args: [--autofix]
- id: pretty-format-yaml
args: [--autofix]
exclude: (dependabot.yml$)
- id: pretty-format-toml
args: [--autofix]
exclude: (^poetry.lock$)