Skip to content

Commit

Permalink
Merge pull request #483 from crazy-max/update-readme
Browse files Browse the repository at this point in the history
readme: update bake-action
  • Loading branch information
crazy-max authored Nov 25, 2024
2 parents 369eb59 + 3da9c47 commit b53be03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 304 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
type=sha
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand Down Expand Up @@ -271,7 +271,7 @@ similar to the previous one:
```yaml
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand All @@ -288,7 +288,7 @@ prefix:
```yaml
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
source: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}"
files: |
Expand Down Expand Up @@ -1000,7 +1000,7 @@ The same can be done with the [`bake-action`](https://github.com/docker/bake-act
images: name/app
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand Down
300 changes: 0 additions & 300 deletions UPGRADE.md

This file was deleted.

0 comments on commit b53be03

Please sign in to comment.