(doc) Update README and clean up workflow step name
Some checks failed
Build and Push Docker Image / build (push) Failing after 46s

Updated README to document registry authentication setup using REGISTRY_USERNAME and REGISTRY_TOKEN configured in repo settings. Also removed debug info from workflow step name.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Nikola Derežić
2026-01-09 12:37:14 +01:00
parent 6d1e01d73b
commit e5cfae67dc
2 changed files with 10 additions and 1 deletions

View File

@@ -51,6 +51,15 @@ The project includes a Gitea Actions workflow that automatically:
The workflow is defined in [.gitea/workflows/build.yml](.gitea/workflows/build.yml)
### Registry Authentication
The workflow authenticates to the Docker registry using credentials configured in the repository settings:
1. **REGISTRY_USERNAME** - Action variable defined in repository settings (Settings → Actions → Variables)
2. **REGISTRY_TOKEN** - Action secret defined in repository settings (Settings → Actions → Secrets)
The `REGISTRY_TOKEN` should be a personal access token created in your Gitea user settings with the `write:packages` scope.
### Image Naming
Images are pushed with two tags: