update documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
By default, many Gitea runner environments do not include a Docker installation.<br/>
|
By default, many Gitea runner environments do not include a Docker installation.<br/>
|
||||||
This can be problematic because Docker is required by many container-related workflows, including building, tagging, and publishing container images.
|
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.<br/>
|
||||||
This allows container-based workflows to run consistently across Gitea runners without requiring every repository to implement its own Docker setup logic.
|
This allows container-based workflows to run consistently across Gitea runners without requiring every repository to implement its own Docker setup logic.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user