Skip to content

Commit

Permalink
Bump docker/bake-action from 5.9.0 to 5.10.0 (#329) (#333)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.9.0...v5.10.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 52048dc)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dependabot[bot] authored Oct 9, 2024
1 parent 41f028a commit 0db94d1
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.9.0
uses: docker/bake-action@v5.10.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.9.0
uses: docker/bake-action@v5.10.0
env:
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}
Expand Down

0 comments on commit 0db94d1

Please sign in to comment.