Skip to content

Commit

Permalink
Bump docker/bake-action from 5.5.0 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.5.0 to 5.7.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.5.0...v5.7.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 Aug 19, 2024
1 parent 36ca7f7 commit 43618f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- if: github.event_name == 'push'
name: Build and push (non PR)
uses: docker/bake-action@v5.5.0
uses: docker/bake-action@v5.7.0
with:
push: ${{ env.PUSH }}
set: |
Expand All @@ -71,7 +71,7 @@ jobs:
- if: github.event_name == 'pull_request'
name: Build and push (PR)
uses: docker/bake-action@v5.5.0
uses: docker/bake-action@v5.7.0
with:
targets: |
${{ matrix.stage }}
Expand Down

0 comments on commit 43618f0

Please sign in to comment.