From 881f9589ac96a7a9a975aa65a25d7ee2068b17fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Fri, 9 Jan 2026 11:41:27 +0100 Subject: [PATCH] (doc) removed obsolete section from README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 6b185de..6f9020d 100644 --- a/README.md +++ b/README.md @@ -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:` 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)