diff --git a/pyproject.toml b/pyproject.toml index c0e620a..66192ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,14 @@ skip_gitignore = true # This is necessary due to https://github.com/PyCQA/isort/issues/1835 follow_links = false +[tool.doit] +verbosity = 3 + +[tool.doit.tasks.build_image] +# DO NOT change this to 'true' for release artifacts, else we risk building +# images that are a few days behind. See also: docs/developer/doit.md +use_cache = false + [build-system] requires = ["poetry-core>=1.2.0"] build-backend = "poetry.core.masonry.api"