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)