|
1 | | -[](https://github.com/crazy-max/ghaction-docker-buildx-bake/releases/latest) |
| 1 | +[](https://github.com/docker/bake-action/releases/latest) |
2 | 2 | [](https://github.com/marketplace/actions/docker-buildx-bake) |
3 | | -[](https://github.com/crazy-max/ghaction-docker-buildx-bake/actions?workflow=test) |
4 | | -[](https://codecov.io/gh/crazy-max/ghaction-docker-buildx-bake) |
5 | | -[](https://github.com/sponsors/crazy-max) |
6 | | -[](https://www.paypal.me/crazyws) |
| 3 | +[](https://github.com/docker/bake-action/actions?workflow=test) |
| 4 | +[](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`). |
7 | 11 |
|
8 | 12 | ## About |
9 | 13 |
|
10 | 14 | GitHub Action to use Docker [Buildx Bake](https://github.com/docker/buildx#buildx-bake-options-target) as a high-level build command. |
11 | 15 |
|
12 | | -If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitHub Actions! |
13 | | - |
14 | 16 | ___ |
15 | 17 |
|
16 | 18 | * [Usage](#usage) |
17 | 19 | * [Customizing](#customizing) |
18 | 20 | * [inputs](#inputs) |
19 | 21 | * [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot) |
20 | 22 | * [Limitation](#limitation) |
21 | | -* [Contributing](#contributing) |
22 | | -* [License](#license) |
23 | 23 |
|
24 | 24 | ## Usage |
25 | 25 |
|
|
53 | 53 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
54 | 54 | - |
55 | 55 | name: Build and push |
56 | | - uses: crazy-max/ghaction-docker-buildx-bake@v1 |
| 56 | + uses: docker/bake-action@master |
57 | 57 | with: |
58 | 58 | files: | |
59 | 59 | ./config.hcl |
@@ -113,18 +113,3 @@ updates: |
113 | 113 | ## Limitation |
114 | 114 |
|
115 | 115 | 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. |
0 commit comments