File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # docker-filesocket
1+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/docker-client/docker-filesocket/Publish?style=for-the-badge )] ( https://github.com/docker-client/docker-filesocket/actions )
2+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.gesellix/docker-filesocket.svg?style=for-the-badge&maxAge=86400 )] ( https://search.maven.org/search?q=g:de.gesellix%20AND%20a:docker-filesocket )
23
3- Unix domain socket and named pipe abstraction for the docker-client
4+ # docker-filesocket
45
5- ## Release Workflow
6+ [ Unix domain socket] ( https://en.wikipedia.org/wiki/Unix_domain_socket ) and [ named pipe] ( https://en.wikipedia.org/wiki/Named_pipe#In_Windows ) abstraction
7+ for the [ docker-client] ( https://github.com/gesellix/docker-client ) .
68
7- There are multiple GitHub Action Workflows for the different steps in the package's lifecycle:
9+ ## Publishing/Release Workflow
810
9- - CI: Builds and checks incoming changes on a pull request
10- - triggered on every push to a non-default branch
11- - CD: Publishes the Gradle artifacts to GitHub Package Registry
12- - triggered only on pushes to the default branch
13- - Release: Publishes Gradle artifacts to Sonatype and releases them to Maven Central
14- - triggered on a published GitHub release using the underlying tag as artifact version, e.g. via ` git tag -m "$MESSAGE" v$(date +"%Y-%m-%dT%H-%M-%S") `
11+ See RELEASE.md
Original file line number Diff line number Diff line change 1+ ## Publishing
2+
3+ Packages are automatically published from the ` main ` branch to the GitHub Package Registry.
4+ Manually cut releases will be published to both GitHub Package Registry and Maven Central.
5+
6+ ## Release Workflow
7+
8+ There are multiple GitHub Action Workflows for the different steps in the package's lifecycle:
9+
10+ - CI: Builds and checks incoming changes on a pull request
11+ - triggered on every push to a non-default branch
12+ - CD: Publishes the Gradle artifacts to GitHub Package Registry
13+ - triggered only on pushes to the default branch
14+ - Release: Publishes Gradle artifacts to Sonatype and releases them to Maven Central
15+ - triggered on a published GitHub release using the underlying tag as artifact version, e.g. via ` git tag -m "$MESSAGE" v$(date +"%Y-%m-%dT%H-%M-%S") `
You can’t perform that action at this time.
0 commit comments