mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-06 03:50:40 +02:00
Merge pull request #9 from crazy-max/update-community-files
update community files
This commit is contained in:
commit
92e1039e6d
16
README.md
16
README.md
@ -17,6 +17,7 @@ ___
|
|||||||
* [Customizing](#customizing)
|
* [Customizing](#customizing)
|
||||||
* [inputs](#inputs)
|
* [inputs](#inputs)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
|
* [License](#license)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -49,5 +50,16 @@ Following inputs can be used as `step.with` keys
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Want to contribute? Awesome! You can find information about contributing to
|
Want to contribute? Awesome! The most basic way to show your support is to star
|
||||||
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
|
the project, or to raise issues. If you want to open a pull request, please
|
||||||
|
read the [contributing guidelines](.github/CONTRIBUTING.md).
|
||||||
|
|
||||||
|
You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
|
||||||
|
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
|
||||||
|
journey continues indefinitely!
|
||||||
|
|
||||||
|
Thanks again for your support, it is much appreciated! :pray:
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Apache-2.0. See `LICENSE` for more details.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
||||||
name: 'Docker Setup Docker'
|
name: 'Docker Setup Docker'
|
||||||
description: 'Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE'
|
description: 'Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE'
|
||||||
author: 'docker'
|
author: 'crazy-max'
|
||||||
branding:
|
branding:
|
||||||
icon: 'anchor'
|
icon: 'anchor'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docker-setup-docker",
|
"name": "docker-setup-docker",
|
||||||
"description": "Set up Docker CE",
|
"description": "Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/main.ts --source-map --minify --license licenses.txt",
|
"build": "ncc build src/main.ts --source-map --minify --license licenses.txt",
|
||||||
@ -18,13 +18,7 @@
|
|||||||
"docker",
|
"docker",
|
||||||
"engine"
|
"engine"
|
||||||
],
|
],
|
||||||
"author": "Docker",
|
"author": "CrazyMax",
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "CrazyMax",
|
|
||||||
"url": "https://crazymax.dev"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user