Skip to content

Commit

Permalink
Bump docker/bake-action from 4.5.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.5.0 to 5.3.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4.5.0...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 82a5236 commit 23e7b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
-
name: Build and push
id: build_push
uses: docker/bake-action@v4.5.0
uses: docker/bake-action@v5.3.0
with:
files: |
./docker-bake.hcl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-split-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
echo "app_version=${APP_VERSION}" >> $GITHUB_OUTPUT
-
name: Build and push
uses: docker/bake-action@v4.5.0
uses: docker/bake-action@v5.3.0
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 23e7b00

Please sign in to comment.