Skip to content

Commit 35114fc

Browse files
committed
Move to Docker org
1 parent a4761ca commit 35114fc

5 files changed

Lines changed: 18 additions & 33 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Contributions to this project are [released](https://help.github.com/articles/gi
66

77
## Submitting a pull request
88

9-
1. [Fork](https://github.com/crazy-max/ghaction-docker-buildx-bake/fork) and clone the repository
9+
1. [Fork](https://github.com/docker/bake-action/fork) and clone the repository
1010
2. Configure and install the dependencies: `yarn install`
1111
3. Create a new branch: `git checkout -b my-branch-name`
1212
4. Make your changes
1313
5. Make sure the tests pass: `docker buildx bake test`
1414
6. Format code and build javascript artifacts: `docker buildx bake pre-checkin`
1515
7. Validate all code has correctly formatted and built: `docker buildx bake validate`
16-
8. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-docker-buildx-bake/compare)
16+
8. Push to your fork and [submit a pull request](https://github.com/docker/bake-action/compare)
1717
9. 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-docker-buildx-bake.svg)](https://isitmaintained.com/project/crazy-max/ghaction-docker-buildx-bake)
1+
# Support [![](https://isitmaintained.com/badge/resolution/docker/bake-action.svg)](https://isitmaintained.com/project/docker/bake-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-docker-buildx-bake/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/bake-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-docker-buildx-bake/issues/new/choose)!
26+
You are now ready to [create a new issue](https://github.com/docker/bake-action/issues/new/choose)!
2727

2828
## Closure policy
2929

README.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
[![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-docker-buildx-bake.svg?style=flat-square)](https://github.com/crazy-max/ghaction-docker-buildx-bake/releases/latest)
1+
[![GitHub release](https://img.shields.io/github/release/docker/bake-action.svg?style=flat-square)](https://github.com/docker/bake-action/releases/latest)
22
[![GitHub marketplace](https://img.shields.io/badge/marketplace-docker--buildx--bake-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/docker-buildx-bake)
3-
[![Test workflow](https://img.shields.io/github/workflow/status/crazy-max/ghaction-docker-buildx-bake/test?label=test&logo=github&style=flat-square)](https://github.com/crazy-max/ghaction-docker-buildx-bake/actions?workflow=test)
4-
[![Codecov](https://img.shields.io/codecov/c/github/crazy-max/ghaction-docker-buildx-bake?logo=codecov&style=flat-square)](https://codecov.io/gh/crazy-max/ghaction-docker-buildx-bake)
5-
[![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max)
6-
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)
3+
[![Test workflow](https://img.shields.io/github/workflow/status/docker/bake-action/test?label=test&logo=github&style=flat-square)](https://github.com/docker/bake-action/actions?workflow=test)
4+
[![Codecov](https://img.shields.io/codecov/c/github/docker/bake-action?logo=codecov&style=flat-square)](https://codecov.io/gh/docker/bake-action)
5+
6+
## :test_tube: Experimental
7+
8+
This repository is considered **EXPERIMENTAL** and under active development until further notice. It is subject to
9+
non-backward compatible changes or removal in any future version so you should [pin to a specific tag/commit](https://docs.github.com/en/actions/creating-actions/about-actions#using-tags-for-release-management)
10+
of this action in your workflow (i.e `docker/bake-action@v1.1.3`).
711

812
## About
913

1014
GitHub Action to use Docker [Buildx Bake](https://github.com/docker/buildx#buildx-bake-options-target) as a high-level build command.
1115

12-
If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitHub Actions!
13-
1416
___
1517

1618
* [Usage](#usage)
1719
* [Customizing](#customizing)
1820
* [inputs](#inputs)
1921
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
2022
* [Limitation](#limitation)
21-
* [Contributing](#contributing)
22-
* [License](#license)
2323

2424
## Usage
2525

@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.DOCKERHUB_TOKEN }}
5454
-
5555
name: Build and push
56-
uses: crazy-max/ghaction-docker-buildx-bake@v1
56+
uses: docker/bake-action@master
5757
with:
5858
files: |
5959
./config.hcl
@@ -113,18 +113,3 @@ updates:
113113
## Limitation
114114

115115
This action is only available for Linux [virtual environments](https://help.github.com/en/articles/virtual-environments-for-github-actions#supported-virtual-environments-and-hardware-resources).
116-
117-
## Contributing
118-
119-
Want to contribute? Awesome! The most basic way to show your support is to star :star2: the project,
120-
or to raise issues :speech_balloon:. If you want to open a pull request, please read the
121-
[contributing guidelines](.github/CONTRIBUTING.md).
122-
123-
You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by
124-
making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!
125-
126-
Thanks again for your support, it is much appreciated! :pray:
127-
128-
## License
129-
130-
MIT. See `LICENSE` for more details.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
22
name: "Docker Buildx Bake"
33
description: "GitHub Action to use Docker Buildx Bake as a high-level build command"
4-
author: crazy-max
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
@@ -11,15 +11,15 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/crazy-max/ghaction-docker-buildx-bake.git"
14+
"url": "git+https://github.com/docker/bake-action.git"
1515
},
1616
"keywords": [
1717
"actions",
1818
"docker",
1919
"buildx",
2020
"bake"
2121
],
22-
"author": "CrazyMax",
22+
"author": "Docker",
2323
"contributors": [
2424
{
2525
"name": "CrazyMax",

0 commit comments

Comments
 (0)