(doc) removed obsolete section from README.md
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m22s

This commit is contained in:
Nikola Derežić
2026-01-09 11:41:27 +01:00
parent 70e721cc31
commit 881f9589ac

View File

@@ -47,16 +47,6 @@ The project includes a Gitea Actions workflow that automatically:
5. Pushes the image to `registry.budakova.org/knee-cola/gitea-actions-demo-project:<version>`
6. Also tags and pushes as `latest`
### Setup Requirements
To use the Gitea Actions workflow, you need to configure the following secrets in your Gitea repository:
1. Go to your repository settings
2. Navigate to Secrets section
3. Add the following secrets:
- `DOCKER_USERNAME`: Your Docker registry username
- `DOCKER_PASSWORD`: Your Docker registry password
### Workflow File
The workflow is defined in [.gitea/workflows/build.yml](.gitea/workflows/build.yml)