From e431cc0289c24ada387eee18e394fc0f43ccbb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:11:49 +0000 Subject: [PATCH] chore(actions)(deps): bump docker/build-push-action from 6.10.0 to 7.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/48aba3b46d1b1fec4febb7c5d0c644b249a11355...bcafcacb16a39f128d818304e6c9c0c18556b85f) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cli-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-docker.yml b/.github/workflows/cli-docker.yml index 71c2fb6..1d79206 100644 --- a/.github/workflows/cli-docker.yml +++ b/.github/workflows/cli-docker.yml @@ -182,7 +182,7 @@ jobs: - name: Build + push (multi-arch) id: push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # pin v6.10.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # pin v7.1.0 with: context: . file: cli/Dockerfile