This commit is contained in:
Tomas Dvorak
2026-04-28 10:12:30 +02:00
parent 5657ed74e3
commit 5fae9779ad
4 changed files with 78 additions and 250 deletions
+12
View File
@@ -39,6 +39,18 @@ make docker-up # Or run via Docker Compose
The application will be available at `http://localhost:3002`.
## Docker Images
Pushing to GitHub automatically builds and publishes the production image to GitHub Container Registry:
```bash
ghcr.io/<owner>/<repo>:latest
ghcr.io/<owner>/<repo>:sha-<commit>
ghcr.io/<owner>/<repo>:<branch>
```
No registry secrets are required. The workflow uses GitHub's built-in `GITHUB_TOKEN`.
## Requirements
- Go 1.26.2+