From 3e4408b3d119e45ea98d367ed43ad771b0289ff5 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 22 Jul 2026 09:05:13 +0200 Subject: [PATCH] update documentation --- setup-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-docker/README.md b/setup-docker/README.md index 4ffcddd..cde751d 100644 --- a/setup-docker/README.md +++ b/setup-docker/README.md @@ -1,7 +1,7 @@ By default, many Gitea runner environments do not include a Docker installation.
This can be problematic because Docker is required by many container-related workflows, including building, tagging, and publishing container images. -This action installs Docker (using the script at https://get.docker.com) when required and optionally configures Docker Buildx for modern image build workflows. Existing Docker installations are automatically detected and reused. +This action installs Docker (using the script at https://get.docker.com) when required and optionally configures Docker Buildx for modern image build workflows. Existing Docker installations are automatically detected and reused.
This allows container-based workflows to run consistently across Gitea runners without requiring every repository to implement its own Docker setup logic.