Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent eb0dda3 commit 1a0fb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Build for test
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
with:
files: ./docker-bake.hcl
load: true
Expand Down Expand Up @@ -93,6 +93,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Build
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
with:
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 1a0fb4a

Please sign in to comment.