From 774ec3bc8bf2946fe0790d651e9286dcb496ddb0 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:52:10 -0700 Subject: [PATCH] Bump docker/bake-action from 5.7.0 to 5.9.0 (#325) (#326) 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](https://github.com/docker/bake-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 52a55f52c9bf36cf2c0ea61b7077d2958c23fd10) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 4a5e391d..9cc9a212 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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 }} @@ -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 }}