Bootstrap Docker in Gitea workflow
Some checks failed
CI / Publish container image (push) Has been cancelled
CI / Lint and build app (push) Has been cancelled

This commit is contained in:
Space-Banane
2026-05-14 17:22:18 +02:00
parent 198c60aa34
commit c0bb487c05
2 changed files with 31 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ Required repository or organization secrets:
- `REGISTRY_USERNAME`: Gitea username allowed to publish packages
- `REGISTRY_TOKEN`: Gitea personal access token with package read/write access
The workflow installs Docker if it is missing. If your Gitea runner is itself containerized, it still needs either privileged mode for Docker-in-Docker or a mounted host Docker socket.
On pushes to `main`, CI publishes:
```bash