From 5b48453b9b9ae498d9a975c732d6f138c805d3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:46:46 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action in /.github/actions/deploy Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 63266a1..caea6d8 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -77,7 +77,7 @@ runs: # This environment variable is only declared at build time. - name: Build and Publish id: docker-build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ inputs.ros-distro }} platforms: linux/amd64, linux/arm64