add setup docker action
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 action installs the required dependencies before invoking the underlying action, making it easier to run Docker-based workflows on Gitea runners without duplicating setup steps in every repository.
|
||||
|
||||
|
||||
```yaml
|
||||
- name: Setup docker
|
||||
uses: https://git.claeyscloud.com/david/gitea-actions/setup-docker@main
|
||||
``
|
||||
Reference in New Issue
Block a user