Skip to content

Commit

Permalink
Move to docker/bake-action
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 9, 2021
1 parent 94e6341 commit 5f29dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Build
uses: crazy-max/ghaction-docker-buildx-bake@v1
uses: docker/bake-action@v1
with:
files: |
./test/docker-bake.hcl
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:
### Bake definition

This action also handles a bake definition file that can be used with the
[Docker Buildx Bake action](https://github.com/crazy-max/ghaction-docker-buildx-bake). You just have to declare an empty
target named `ghaction-docker-meta` and inherit from it.
[Docker Bake action](https://github.com/docker/bake-action). You just have to declare an empty target named
`ghaction-docker-meta` and inherit from it.

```hcl
// docker-bake.hcl
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Build
uses: crazy-max/ghaction-docker-buildx-bake@v1
uses: docker/bake-action@v1
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 5f29dbc

Please sign in to comment.