Skip to content

Commit 5bf030d

Browse files
committed
chore: migrate to docker org
1 parent 635d07c commit 5bf030d

6 files changed

Lines changed: 19 additions & 24 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ to the public under the [project's open source license](LICENSE).
77

88
## Submitting a pull request
99

10-
1. [Fork](https://github.com/crazy-max/ghaction-setup-docker/fork) and clone the repository
10+
1. [Fork](https://github.com/docker/setup-docker-action/fork) and clone the repository
1111
2. Configure and install the dependencies: `yarn install`
1212
3. Create a new branch: `git checkout -b my-branch-name`
1313
4. Make your changes
1414
5. Format code and build javascript artifacts: `docker buildx bake pre-checkin`
1515
6. Validate all code has correctly formatted and built: `docker buildx bake validate`
16-
7. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-setup-docker/compare)
16+
7. Push to your fork and [submit a pull request](https://github.com/docker/setup-docker-action/compare)
1717
8. Pat your self on the back and wait for your pull request to be reviewed and merged.
1818

1919
Here are a few things you can do that will increase the likelihood of your pull request being accepted:

.github/SUPPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Support [![](https://isitmaintained.com/badge/resolution/crazy-max/ghaction-setup-docker.svg)](https://isitmaintained.com/project/crazy-max/ghaction-setup-docker)
1+
# Support [![](https://isitmaintained.com/badge/resolution/docker/setup-docker-action.svg)](https://isitmaintained.com/project/docker/setup-docker-action)
22

33
First, [be a good guy](https://github.com/kossnocorp/etiquette/blob/master/README.md).
44

55
## Reporting an issue
66

7-
Please do a search in [open issues](https://github.com/crazy-max/ghaction-setup-docker/issues?utf8=%E2%9C%93&q=) to see if the issue or feature request has already been filed.
7+
Please do a search in [open issues](https://github.com/docker/setup-docker-action/issues?utf8=%E2%9C%93&q=) to see if the issue or feature request has already been filed.
88

99
If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use a reaction in place of a "+1" comment.
1010

@@ -23,7 +23,7 @@ File a single issue per problem and feature request.
2323

2424
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix.
2525

26-
You are now ready to [create a new issue](https://github.com/crazy-max/ghaction-setup-docker/issues/new/choose)!
26+
You are now ready to [create a new issue](https://github.com/docker/setup-docker-action/issues/new/choose)!
2727

2828
## Closure policy
2929

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-setup-docker.svg?style=flat-square)](https://github.com/crazy-max/ghaction-setup-docker/releases/latest)
1+
[![GitHub release](https://img.shields.io/github/release/docker/setup-docker-action.svg?style=flat-square)](https://github.com/docker/setup-docker-action/releases/latest)
22
[![GitHub marketplace](https://img.shields.io/badge/marketplace-docker--setup--docker-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/docker-setup-docker)
3-
[![CI workflow](https://img.shields.io/github/actions/workflow/status/crazy-max/ghaction-setup-docker/ci.yml?branch=master&label=ci&logo=github&style=flat-square)](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=ci)
4-
[![Test workflow](https://img.shields.io/github/actions/workflow/status/crazy-max/ghaction-setup-docker/test.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=test)
5-
[![Codecov](https://img.shields.io/codecov/c/github/crazy-max/ghaction-setup-docker?logo=codecov&style=flat-square)](https://codecov.io/gh/crazy-max/ghaction-setup-docker)
3+
[![CI workflow](https://img.shields.io/github/actions/workflow/status/docker/setup-docker-action/ci.yml?branch=master&label=ci&logo=github&style=flat-square)](https://github.com/docker/setup-docker-action/actions?workflow=ci)
4+
[![Test workflow](https://img.shields.io/github/actions/workflow/status/docker/setup-docker-action/test.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/docker/setup-docker-action/actions?workflow=test)
5+
[![Codecov](https://img.shields.io/codecov/c/github/docker/setup-docker-action?logo=codecov&style=flat-square)](https://codecov.io/gh/docker/setup-docker-action)
66

77
## About
88

@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-
4646
name: Set up Docker
47-
uses: crazy-max/ghaction-setup-docker@v3
47+
uses: docker/setup-docker-action@v3
4848
```
4949
5050
### Daemon configuration
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
-
6868
name: Set up Docker
69-
uses: crazy-max/ghaction-setup-docker@v3
69+
uses: docker/setup-docker-action@v3
7070
with:
7171
daemon-config: |
7272
{
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
-
9696
name: Set up Docker
97-
uses: crazy-max/ghaction-setup-docker@v3
97+
uses: docker/setup-docker-action@v3
9898
env:
9999
LIMA_START_ARGS: --cpus 4 --memory 8
100100
```
@@ -124,12 +124,8 @@ The following outputs are available
124124

125125
## Contributing
126126

127-
Want to contribute? Awesome! The most basic way to show your support is to star
128-
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
129-
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
130-
journey continues indefinitely!
131-
132-
Thanks again for your support, it is much appreciated! :pray:
127+
Want to contribute? Awesome! You can find information about contributing to
128+
this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
133129

134130
## License
135131

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
2-
name: 'Docker Setup Docker'
3-
description: 'Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE'
4-
author: 'crazy-max'
2+
name: Docker Setup Docker
3+
description: Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE
4+
author: docker
55
branding:
66
icon: 'anchor'
77
color: 'blue'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/crazy-max/ghaction-setup-docker.git"
18+
"url": "git+https://github.com/docker/setup-docker-action.git"
1919
},
2020
"keywords": [
2121
"actions",
2222
"docker",
2323
"engine"
2424
],
25-
"author": "CrazyMax",
25+
"author": "Docker Inc.",
2626
"license": "Apache-2.0",
2727
"packageManager": "yarn@3.6.3",
2828
"dependencies": {

0 commit comments

Comments
 (0)