Skip to content

Commit

Permalink
Bump docker/bake-action from 5.7.0 to 5.9.0 (#325) (#327)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.7.0 to 5.9.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.7.0...v5.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 52a55f5)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dependabot[bot] authored Sep 30, 2024
1 parent 5cc572c commit 1e8d851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- if: github.event_name == 'push'
name: Build and push (non PR)
uses: docker/bake-action@v5.7.0
uses: docker/bake-action@v5.9.0
env:
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}
Expand All @@ -119,7 +119,7 @@ jobs:
# Pull request builds are not cached; and only built for AMD64
- if: github.event_name == 'pull_request'
name: Build and push (PR)
uses: docker/bake-action@v5.7.0
uses: docker/bake-action@v5.9.0
env:
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}
Expand Down

0 comments on commit 1e8d851

Please sign in to comment.