Windows fix and API

This commit is contained in:
2026-08-14 19:06:40 +02:00
parent 2b994e04cb
commit 77075e369c
6 changed files with 20 additions and 9 deletions
+10
View File
@@ -6,6 +6,16 @@ This repository is an automated blender docker image file generated, it's useful
# Building
## Docker Hub credentials
`main.py` logs into Docker Hub before building, so it needs `DOCKER_HUB_USER` and `DOCKER_HUB_PASSWORD` in the environment.
Create a `config.env` file at the repo root (gitignored):
```shell
DOCKER_HUB_USER=your_docker_hub_username
DOCKER_HUB_PASSWORD=your_docker_hub_password
```
It's loaded automatically by the `Automation Builder` run configuration (`ENV_FILES`) when running `main.py` from the IDE. Running it another way? Export those two variables yourself first.
## Start your build
You can use Invoke to easily start a build, a clean or more.
```shell