update documentation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
# Gitea Actions
|
||||
|
||||
This repository contains a collection of GitHub/Gitea Actions that I developed for my own projects.
|
||||
|
||||
The primary goal of these actions is to eliminate repetitive setup and maintenance steps that would otherwise need to be duplicated across multiple workflows.<br/>
|
||||
By centralizing these common tasks, workflows become easier to maintain, more consistent, and less error-prone.
|
||||
|
||||
At the moment, these actions are primarily intended for use with Gitea runners, although some of them may also work in other compatible CI environments.
|
||||
|
||||
|
||||
## Available Actions
|
||||
|
||||
- **[dockerhub description](dockerhub-description/README.md)**
|
||||
Updates a Docker Hub repository description while automatically installing any required dependencies missing from the runner environment.
|
||||
|
||||
- **[setup docker](setup-docker/README.md)**
|
||||
Installs Docker on the runner and optionally configures Docker Buildx for container build workflows.
|
||||
Reference in New Issue
Block a user